diff --git a/.bashrc b/.bashrc index fd92315..eb65273 100644 --- a/.bashrc +++ b/.bashrc @@ -1,2 +1,4 @@ +source $HOME/.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