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_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"
|
||||||
|
|
|
||||||
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue