From c370650a24b2effeb8ebf178641c267527e5e384 Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Mon, 27 Nov 2017 21:43:26 -0600 Subject: Changed the SUDO_EDITOR --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3