Skip to content

Commit

Permalink
Suppressed some Zsh alias suggestions
Browse files Browse the repository at this point in the history
These two just encouraged mistyping.
  • Loading branch information
freemanjp committed Sep 17, 2023
1 parent 30a368b commit 6124bf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provisioning/roles/zsh/files/env.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ elif (( $+commands[batcat] )); then
# bat's man syntax highlighting only works well with the default theme
export MANPAGER="sh -c 'col -bx | batcat -l man -p --pager less --theme default'"
fi

# Don't suggest these aliases
export YSU_IGNORED_ALIASES=('cd..' 'cd-')

0 comments on commit 6124bf0

Please sign in to comment.