From 8bc66ea56702e7ee812a18e811f844cdd1170d9c Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Sat, 10 Nov 2018 13:49:00 -0500 Subject: [PATCH] [bash] no fzf in shell, update aliases --- bash/aliases | 4 ++++ bash/bashrc | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bash/aliases b/bash/aliases index 3754b40..e200385 100644 --- a/bash/aliases +++ b/bash/aliases @@ -32,4 +32,8 @@ if [ -x "$(command -v nvim)" ]; then alias vim="nvim" fi +# Security aliases +alias sudovim='sudo vim -u NONE' + +# Common cd aliases alias cddv='cd ~/.vim' diff --git a/bash/bashrc b/bash/bashrc index d943c78..11b2bf9 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -29,8 +29,5 @@ HISTIGNORE=fg:pwd:ls # update the values of LINES and COLUMNS. shopt -s checkwinsize -# Added by fzf -[ -f ~/.fzf.bash ] && source ~/.fzf.bash - # Git Completion [ -f ~/.bash/git-completion.bash ] && source ~/.bash/git-completion.bash -- libgit2 0.28.4