more zsh rearranging

This commit is contained in:
Daylin Morgan 2024-06-12 14:15:19 -05:00
parent b8b1fec194
commit e124d038bb
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 10 additions and 1 deletions

View file

@ -3,6 +3,8 @@
.config/zsh/.zcompdump
.config/zsh/.zplugins.zsh
*.zwc
{{- if (not .gui) }}
bin/get-updates
bin/lock

View file

@ -1,4 +1,6 @@
# alias zbench='for i in {1..10}; do /usr/bin/time zsh -lic exit; done'
if (( $+commands[time] )); then
alias zbench='for i in {1..10}; do time zsh -lic exit; done'
fi
alias zdot='cd ${ZDOTDIR:-~}'
alias dots='cd ${DOTFILES_DIR:-~/.dotfiles}'
alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf -m)'

View file

@ -0,0 +1,5 @@
setopt NO_BEEP # Be quiet!
setopt NO_HIST_BEEP # Be quiet!