From 134d43fcab5fab0ee642ef9aef9988dc1cc151ff Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 15 Nov 2023 20:14:53 +0800 Subject: Add fish into bash instead of zsh --- .zshrc | 9 --------- 1 file changed, 9 deletions(-) (limited to '.zshrc') 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 -- cgit v1.2.3