diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -2,11 +2,6 @@ setopt histignorealldups sharehistory hist_ignore_space # Use emacs keybindings even if our EDITOR is set to vi bindkey -e -export VISUAL=vim -export EDITOR=vim - -export LANG=en_US.UTF-8 -export GPG_TTY=$(tty) # Edit command line autoload -U edit-command-line @@ -39,7 +34,3 @@ fi [[ $(uname) == Darwin ]] && [ -r $HOME/.macos ] && source $HOME/.macos [ -r $HOME/.zsh_local ] && source $HOME/.zsh_local - -if command -v fish > /dev/null; then - exec fish -fi |