aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-15 20:14:53 +0800
committerGuangxiong Lin <[email protected]>2023-11-15 20:14:53 +0800
commit134d43fcab5fab0ee642ef9aef9988dc1cc151ff (patch)
treeb9bf2f7a90442a3613100dd2480b5ffecb46dde3 /.zshrc
parent016c96d8af4c944fb2b9fc0c673f5130472a7977 (diff)
downloaddotfiles-134d43fcab5fab0ee642ef9aef9988dc1cc151ff.tar.gz
dotfiles-134d43fcab5fab0ee642ef9aef9988dc1cc151ff.tar.bz2
dotfiles-134d43fcab5fab0ee642ef9aef9988dc1cc151ff.zip
Add fish into bash instead of zsh
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