This commit is contained in:
Jake Pullen
2025-05-08 18:44:41 +01:00
parent db25d041e3
commit f89bd10465
3 changed files with 73 additions and 11 deletions
+6
View File
@@ -3,8 +3,14 @@ HISTSIZE=5000
SAVEHIST=100000
setopt autocd extendedglob
unsetopt beep
bindkey -v
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "