feat(shell): change back to zsh

This commit is contained in:
Ryan 2024-03-06 19:58:57 +08:00
parent 209599e6ee
commit 135b1e7f88
4 changed files with 4 additions and 11 deletions

View File

@ -20,4 +20,4 @@ fi
# https://wiki.gentoo.org/wiki/Fish#fish_as_a_default_shell_with_bash_as_the_login_shell
# Use nu in place of bash
# keep this line at the bottom of ~/.bashrc
[ -x /bin/nu ] && SHELL=/bin/nu exec nu
# [ -x /bin/nu ] && SHELL=/bin/nu exec nu

View File

@ -7,6 +7,7 @@ bold_italic_font Iosevka Term SS15 Bold Italic
font_size 14
# shell stuff
shell_integration enabled
enable_audio_bell no

View File

@ -5,7 +5,7 @@ set $left h
set $down j
set $up k
set $right l
set $term kitty -1 /bin/fish
set $term kitty -1
set $menu fuzzel
# my keybinds

10
.zshrc
View File

@ -24,8 +24,7 @@ zinit wait lucid for \
agkozak/zsh-z \
zpm-zsh/colors \
zpm-zsh/colorize \
rywng/shortify.zsh \
rywng/kitty-zsh
rywng/shortify.zsh
zinit ice wait lucid atinit"bindkey '' autosuggest-execute" atload'_zsh_autosuggest_start'
zinit light zsh-users/zsh-autosuggestions
@ -34,7 +33,6 @@ zinit ice wait lucid
zinit load hlissner/zsh-autopair
zinit light zsh-users/zsh-completions
zinit light zsh-users/zsh-history-substring-search
# Software
if ! command -v bat &> /dev/null ; then
@ -105,11 +103,6 @@ bindkey -M menuselect 'k' vi-up-line-or-history
bindkey -M menuselect 'l' vi-forward-char
bindkey -M menuselect 'j' vi-down-line-or-history
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
bindkey '' history-substring-search-up
bindkey '' history-substring-search-down
bindkey ' ' magic-space
# config & cache location
@ -125,7 +118,6 @@ export ZSHZ_DATA=$HOME/.cache/z
export BAT_THEME="base16"
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
export GPG_TTY=$(tty) # fixes gpg
export HISTORY_SUBSTRING_SEARCH_FUZZY=1
export MANROFFOPT="-c"
export MANWIDTH=${MANWIDTH:-78}
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket