Compare commits

...

2 Commits

Author SHA1 Message Date
aa558106d7 Add neofetch to zshrc 2024-08-25 16:06:05 +02:00
0db9008142 Add changes in .zshrc 2024-08-25 16:06:05 +02:00

View File

@ -23,7 +23,8 @@ zstyle ':vcs_info:git:*' formats '%b '
setopt PROMPT_SUBST setopt PROMPT_SUBST
PROMPT='%F{magenta}[%m] %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ ' PROMPT='%F{magenta}[%m] %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ '
source /usr/share/fzf/key-bindings.zsh # source /usr/share/fzf/key-bindings.zsh
source /usr/share/doc/fzf/examples/key-bindings.zsh
alias ssh='kitty +kitten ssh' alias ssh='kitty +kitten ssh'
@ -45,10 +46,12 @@ alias sc='cd ~/.config/sway'
alias nc='cd ~/.config/nvim' alias nc='cd ~/.config/nvim'
alias flog='nvim -c "Flog -all"' alias flog='nvim -c "Flog -all"'
. "$HOME/.cargo/env" # . "$HOME/.cargo/env"
#
eval "$(zoxide init zsh)" # eval "$(zoxide init zsh)"
eval "$(thefuck --alias)" # eval "$(thefuck --alias)"
. "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" . "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh"
bindkey '^y' autosuggest-accept bindkey '^y' autosuggest-accept
neofetch