new aliases and plugins, polybar updated

This commit is contained in:
Tristaan
2018-02-15 23:16:46 +01:00
parent afbe570a5b
commit 049e111bb0
5 changed files with 9 additions and 7 deletions

3
.zshrc
View File

@@ -14,7 +14,7 @@ else
ZSH_THEME="T-netbook"
fi
plugins=(archlinux zsh-autosuggestions)
plugins=(git git-extras ruby capistrano bundler archlinux zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
@@ -53,6 +53,7 @@ alias lh="ls -lh"
alias ip="ip -c"
alias be="bundle exec"
alias ber="bundle exec rails"
alias ssc="sudo systemctl"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$HOME/.rvm/bin:$PATH"