(refactor) - Refactoring all of dotfiles #1

Merged
import_user_blakeridgway_4Umu merged 5 commits from ridgway/rewrite into master 2022-09-16 02:54:36 +00:00
Showing only changes of commit 3e38a13430 - Show all commits

View file

@ -26,9 +26,6 @@ alias grr="git remote remove origin"
alias gra="git remote add origin "
alias clonerepo="git fetch --all && git pull --all && git clone-branches"
# Bandwhich
alias band="sudo ~/.cargo/bin/bandwhich"
# Python
alias py='python3'
alias py3='python3'
@ -49,9 +46,6 @@ alias rc="rails c"
alias rs="rails s"
alias gi="gem install"
# Rust
alias rcc="rustc"
# Pretty print the path
alias path='echo $PATH | tr -s ":" "\n"'
@ -59,9 +53,6 @@ alias path='echo $PATH | tr -s ":" "\n"'
alias tmuxreload='source ~/.tmux.conf'
alias zshreload='source ~/.zshrc'
# SSH
# alias sshwork='ssh bridgway@0.0.0.0'
# nvim
alias vim=nvim
alias vi=nvim
@ -69,4 +60,4 @@ alias vi=nvim
# Configuration
alias vimrc='nvim ~/.vimrc'
alias ealias='nvim ~/dotfiles/aliases.zsh'
alias zshrc='nvim ~/.zshrc'
alias zshrc='nvim ~/.zshrc'