zsh keybinds

This commit is contained in:
2025-08-05 07:36:12 -04:00
parent e9bd585c60
commit dd4b99d5d2

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'