[Clean Up] - Removed non-used aliases
This commit is contained in:
parent
2fc454e52c
commit
3e38a13430
1 changed files with 1 additions and 10 deletions
|
|
@ -26,9 +26,6 @@ alias grr="git remote remove origin"
|
||||||
alias gra="git remote add origin "
|
alias gra="git remote add origin "
|
||||||
alias clonerepo="git fetch --all && git pull --all && git clone-branches"
|
alias clonerepo="git fetch --all && git pull --all && git clone-branches"
|
||||||
|
|
||||||
# Bandwhich
|
|
||||||
alias band="sudo ~/.cargo/bin/bandwhich"
|
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
alias py='python3'
|
alias py='python3'
|
||||||
alias py3='python3'
|
alias py3='python3'
|
||||||
|
|
@ -49,9 +46,6 @@ alias rc="rails c"
|
||||||
alias rs="rails s"
|
alias rs="rails s"
|
||||||
alias gi="gem install"
|
alias gi="gem install"
|
||||||
|
|
||||||
# Rust
|
|
||||||
alias rcc="rustc"
|
|
||||||
|
|
||||||
# Pretty print the path
|
# Pretty print the path
|
||||||
alias path='echo $PATH | tr -s ":" "\n"'
|
alias path='echo $PATH | tr -s ":" "\n"'
|
||||||
|
|
||||||
|
|
@ -59,9 +53,6 @@ alias path='echo $PATH | tr -s ":" "\n"'
|
||||||
alias tmuxreload='source ~/.tmux.conf'
|
alias tmuxreload='source ~/.tmux.conf'
|
||||||
alias zshreload='source ~/.zshrc'
|
alias zshreload='source ~/.zshrc'
|
||||||
|
|
||||||
# SSH
|
|
||||||
# alias sshwork='ssh bridgway@0.0.0.0'
|
|
||||||
|
|
||||||
# nvim
|
# nvim
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias vi=nvim
|
alias vi=nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue