Compare commits
2 commits
3f0a29ab47
...
aac3cd9064
| Author | SHA1 | Date | |
|---|---|---|---|
| aac3cd9064 | |||
| 9c9c88b8e9 |
2 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ term="foot"
|
|||
term_client="footclient"
|
||||
term_float="foot --app-id=float -w 1120x700"
|
||||
browser="librewolf"
|
||||
email="betterbird"
|
||||
email="thunderbird"
|
||||
emacs="emacsclient --create-frame --alternate-editor='emacs'"
|
||||
mod=Super
|
||||
books="$HOME/.local/bin/books.sh"
|
||||
|
|
|
|||
|
|
@ -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-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
||||
# zoxide
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
# prompt
|
||||
eval "$(starship init zsh)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue