summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2017-11-27 21:43:26 -0600
committerDaniel Holman <dholman@gymli.org>2017-11-27 21:43:26 -0600
commitc370650a24b2effeb8ebf178641c267527e5e384 (patch)
treea58a64d952ec355e6871fd2e3c45f5ce27c2283c /.zshrc
parent4a12dfc5cbcb3612642cbfcd72534b837852e2d6 (diff)
Changed the SUDO_EDITOR
Diffstat (limited to '.zshrc')
-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)