Compare commits

...

3 Commits

Author SHA1 Message Date
b9fc82421e Merge branch 'flow' 2025-08-05 07:40:18 -04:00
dd4b99d5d2 zsh keybinds 2025-08-05 07:36:12 -04:00
e9bd585c60 Switch to zsh 2025-08-05 06:58:55 -04:00

3
.zshrc
View File

@@ -5,6 +5,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
bindkey "^A" beginning-of-line
bindkey "^E" end-of-line
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'