Compare commits

..

2 commits

Author SHA1 Message Date
aac3cd9064
switched back to thunderbird 2025-03-07 18:51:24 -08:00
9c9c88b8e9
add zoxide 2025-03-07 18:51:11 -08:00
2 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,7 @@ term="foot"
term_client="footclient" term_client="footclient"
term_float="foot --app-id=float -w 1120x700" term_float="foot --app-id=float -w 1120x700"
browser="librewolf" browser="librewolf"
email="betterbird" email="thunderbird"
emacs="emacsclient --create-frame --alternate-editor='emacs'" emacs="emacsclient --create-frame --alternate-editor='emacs'"
mod=Super mod=Super
books="$HOME/.local/bin/books.sh" books="$HOME/.local/bin/books.sh"

View file

@ -44,5 +44,8 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
# zoxide
eval "$(zoxide init zsh)"
# prompt # prompt
eval "$(starship init zsh)" eval "$(starship init zsh)"