Skip to main content

Command Palette

Search for a command to run...

Add a command to path - zsh

Updated
1 min read
Add a command to path - zsh

10/10 install ohmyzsh

add

export PATH=~/path/to/thing:$PATH

to the end of ./zshrc

Logout and back in to update or

. ~/.zshrc

More from this blog

My memory is Volatile

28 posts

This is a place where I'll be making tutorials for future-me on archlinux-related installs and fixes so I don't have to figure stuff out againe every few months. Use at your own risk.