more zsh rearranging
This commit is contained in:
parent
b8b1fec194
commit
e124d038bb
3 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
.config/zsh/.zcompdump
|
||||
.config/zsh/.zplugins.zsh
|
||||
|
||||
*.zwc
|
||||
|
||||
{{- if (not .gui) }}
|
||||
bin/get-updates
|
||||
bin/lock
|
||||
|
|
|
@ -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)'
|
||||
|
|
5
home/private_dot_config/zsh/conf.d/opts.zsh
Normal file
5
home/private_dot_config/zsh/conf.d/opts.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
setopt NO_BEEP # Be quiet!
|
||||
setopt NO_HIST_BEEP # Be quiet!
|
||||
|
||||
|
Loading…
Reference in a new issue