aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 378d28f..382b24c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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