2024-02-23 16:12:11 -08:00
|
|
|
source ~/.bashrc
|
2024-02-23 15:34:40 -08:00
|
|
|
alias vim='vim -Nu <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.vimrc)'
|
2024-02-23 15:37:57 -08:00
|
|
|
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))'
|
2024-02-23 16:53:46 -08:00
|
|
|
alias ssh='ssh -F <(cat 2>/dev/null /etc/ssh_config ~/.ssh/config <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/ssh.conf))'
|
2024-02-23 16:51:59 -08:00
|
|
|
alias sudo="sudo "
|
|
|
|
alias sudos='sudo su -c "bash --rcfile <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.bashrc) "'
|