Add changes in .zshrc
This commit is contained in:
parent
1d299f2e43
commit
4674cbcfb8
11
zsh/.zshrc
11
zsh/.zshrc
@ -22,7 +22,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'
|
||||||
|
|
||||||
@ -49,10 +50,10 @@ alias eml='z ~/Documents/kit/EMLLAB/emllab-challenge && . venv/bin/activate && c
|
|||||||
|
|
||||||
alias hyp='z ~/git/HyperLink_SW && clear'
|
alias hyp='z ~/git/HyperLink_SW && clear'
|
||||||
|
|
||||||
. "$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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user