Merge branch 'flow'

This commit is contained in:
2025-08-05 07:44:55 -04:00

2
.zshrc
View File

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