Skip to content

Commit

Permalink
Ignore functions from zsh history
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 24, 2023
1 parent 0c961eb commit 780d8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
setopt hist_reduce_blanks
setopt hist_save_no_dups
setopt hist_no_store
setopt HIST_NO_FUNCTIONS
# Needed in my env for `Ctrl + </>` https://unix.stackexchange.com/a/58871
bindkey ";5C" forward-word
Expand Down

0 comments on commit 780d8bf

Please sign in to comment.