Skip to content

Commit

Permalink
Add qpp alias and cov alias, remove vim alias
Browse files Browse the repository at this point in the history
  • Loading branch information
seesleestak committed Jun 4, 2020
1 parent b54504d commit f60ef05
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions zsh/.zshrc
Expand Up @@ -15,6 +15,7 @@ PROMPT="[%{$fg_bold[white]%}%n%{$reset_color%}@%m% %u %{$fg[green]%}%c%{$reset_c
alias dot="cd ~/dotfiles"
alias mor="cd ~/repos/mor-web-client"
alias mora="cd ~/repos/mor-api"
alias qpp="cd ~/repos/qpp-ui"

# ls color always
if [[ $(uname -s) = "Darwin" ]]; then
Expand All @@ -24,16 +25,12 @@ PROMPT="[%{$fg_bold[white]%}%n%{$reset_color%}@%m% %u %{$fg[green]%}%c%{$reset_c
fi
alias ll="ls -al"

# Homebrew vim alias
if [[ $(uname -s) = "Darwin" ]]; then
alias vim="/usr/local/Cellar/vim/8.2.0/bin/vim"
fi

# Shell scripts
alias vimstart="source $HOME/.scripts/vimstart.sh"
alias rsr="source $HOME/.scripts/ripgrep-search-replace.sh"
alias hic="source $HOME/.scripts/ah-branch-prefix.sh"
alias vpn="anyconnect split"
alias cov="open ./coverage/lcov-report/index.html"

# Git
alias ga="git add"
Expand Down

0 comments on commit f60ef05

Please sign in to comment.