Any extra tips or tricks are welcome!
Yesterday I learned that set -x
enables trace for a bash, sh, or zsh script and prints the trace to the terminal.
Any extra tips or tricks are welcome!
Yesterday I learned that set -x
enables trace for a bash, sh, or zsh script and prints the trace to the terminal.
I want to add
setopt autocd
, andhash -d name=/some/long/path/to/name
to create your own~name
shortcuts.woa, i didn’t even know about
hash -d name=/path
, neat!