Files
aiden-niri-noctalia/etc/zsh/zshrc
2026-04-06 08:31:38 -05:00

9 lines
301 B
Bash

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$ '