Merge branch 'main' into zephyrus

This commit is contained in:
2025-08-05 16:28:43 -04:00
10 changed files with 82 additions and 47 deletions

5
.zshrc
View File

@@ -5,6 +5,11 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
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'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'