update
This commit is contained in:
parent
191c2e4ecd
commit
f3c1524c2d
12 changed files with 254 additions and 30 deletions
3
config/zsh/aliases/configs.zsh
Normal file
3
config/zsh/aliases/configs.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
alias \
|
||||
ckb='cd ~/qmk_firmware && $EDITOR keyboards/sofle/keymaps/aleee-idk' \
|
||||
dots='cd $DOTS && $EDITOR'
|
||||
|
|
@ -4,11 +4,11 @@ SAVEHIST=1000
|
|||
setopt BANG_HIST
|
||||
setopt EXTENDED_HISTORY
|
||||
setopt HIST_EXPIRE_DUPS_FIRST
|
||||
setopt HIST_IGNORE_DUPS
|
||||
setopt HIST_FIND_NO_DUPS
|
||||
setopt HIST_IGNORE_ALL_DUPS
|
||||
# setopt HIST_IGNORE_DUPS
|
||||
# setopt HIST_FIND_NO_DUPS
|
||||
# setopt HIST_IGNORE_ALL_DUPS
|
||||
setopt HIST_IGNORE_SPACE
|
||||
setopt HIST_SAVE_NO_DUPS
|
||||
# setopt HIST_SAVE_NO_DUPS
|
||||
setopt HIST_VERIFY
|
||||
setopt SHARE_HISTORY
|
||||
|
||||
|
|
|
|||
|
|
@ -104,6 +104,8 @@ files=(
|
|||
$DOTS/config/zsh/**/*.zsh
|
||||
# fzf scripts that need to be sourced
|
||||
$DOTS/scripts/fzf-flatpak
|
||||
# fzf config file
|
||||
$DOOTS/config/fzf/fzfrc
|
||||
)
|
||||
|
||||
for file in $files; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue