summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2018-01-24 08:36:46 -0600
committerDaniel Holman <dholman@gymli.org>2018-01-24 08:36:46 -0600
commit697c43a6774771e43093ae18454606209ce88b2c (patch)
tree59e374a78568c4ca2cd0d4f2750e014e8e8c3efa /.zshrc
parentChanged indicator color in .muttrc (diff)
parentChanged the index color in .muttrc (diff)
downloaddotfiles-697c43a6774771e43093ae18454606209ce88b2c.tar.gz
dotfiles-697c43a6774771e43093ae18454606209ce88b2c.tar.zst
dotfiles-697c43a6774771e43093ae18454606209ce88b2c.zip
Merge branch 'master' of ssh://github.com:/GymliDaniel/dotfiles
Diffstat (limited to '')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 4b18cd9..19ec142 100644
--- a/.zshrc
+++ b/.zshrc
@@ -37,10 +37,11 @@ alias pacin="pacaur -S"
alias pacr="pacaur -Rns"
alias pacup="pacaur -Syu"
alias pacsearch="pacaur -Ss"
+alias msfconsole="msfconsole --quiet -x \"db_connect ${USER}@msf\""
export PATH="$PATH:/home/dholman/bin"
export EDITOR="vim"
-export SUDO_EDITOR="rvim"
+export SUDO_EDITOR="vim"
export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
export GPGKEY=90D8F8E2C830F6129B2FBB1133836B30AA014B82
export GPG_TTY=$(tty)