This commit is contained in:
2025-08-23 16:28:07 -04:00
parent cc5683bcbf
commit 0305af4131
3 changed files with 60 additions and 58 deletions

1
.zshrc
View File

@@ -9,6 +9,7 @@ bindkey "^A" beginning-of-line
bindkey "^E" end-of-line
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
bindkey "^[[3~" delete-char
alias ls='ls --color=auto'
alias grep='grep --color=auto'