From 0cbfbb4530fc83792c855911ddc2fa220204203a Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 23 Feb 2024 15:18:17 -0800 Subject: [PATCH] Add bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..68af924 --- /dev/null +++ b/.bashrc @@ -0,0 +1 @@ +alias vim='vim -Nu <(curl https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.vimrc)'