From de78abf44b2421e374a0b992ad50bf8ebcefa404 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 23 Feb 2024 16:12:11 -0800 Subject: [PATCH] Don't expand $HOME --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index eb65273..c90e0fb 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -source $HOME/.bashrc +source ~/.bashrc alias vim='vim -Nu <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.vimrc)' alias tmux='tmux -f <(cat 2>/dev/null ~/.tmux.conf <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.tmux.conf))' alias "sudo"="sudo bash --rcfile <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.bashrc)" \ No newline at end of file