update
This commit is contained in:
8
etc/zsh/zshrc
Normal file
8
etc/zsh/zshrc
Normal file
@@ -0,0 +1,8 @@
|
||||
bindkey "^[[H" beginning-of-line
|
||||
bindkey "^[[F" end-of-line
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||
|
||||
PS1='%F{blue}%n%f@%M: %F{green}%1~%f$ '
|
||||
Reference in New Issue
Block a user