Skip to content

how to disable number shortcut #12158

Closed Answered by mcornella
kzhui125 asked this question in Help
Discussion options

You must be logged in to vote

These aliases are defined in lib/directories.zsh. You can follow the docs in Customization to override the lib file and put your custom content there.

You can also simply paste the line below in your .zshrc file at the very bottom, which will remove only these aliases:

unalias -m '[0-9]'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mcornella
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants