diff options
-rw-r--r-- | .zshenv | 2 | ||||
-rw-r--r-- | .zshrc | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -11,6 +11,7 @@ appendpath () { # Setup environment appendpath '/home/dholman/bin' appendpath '/home/dholman/.local/bin' +appendpath '/home/dholman/.gem/ruby/2.6.0/bin' export PATH export EDITOR="vim" export SUDO_EDITOR="vim" @@ -26,3 +27,4 @@ source /usr/share/git/completion/git-prompt.sh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh source /usr/lib/python3.7/site-packages/powerline/bindings/zsh/powerline.zsh +source ~/.rvm/scripts/rvm @@ -34,9 +34,8 @@ bindkey -M vicmd 'j' history-substring-search-down alias ls="ls --color=auto" alias pacin="sudo pacman -S" alias pacr="sudo pacman -Rns" -alias pacup="sudo pacman -Syu;checkpkg" -alias cower="cower --color=auto" -alias irssi="torsocks irssi" +alias pacup="sudo pacman -Syu;auracle sync" +alias msfconsole="sudo msfconsole --quiet -x \"db_connect root@msf\"" # Powerline if [ $(pgrep -c powerline) -eq 0 ]; then @@ -58,7 +57,7 @@ pacsearch() { fi pacman -Ss $1 - cower -s $1 + auracle search $1 } man() { |