mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
added path plugin
This commit is contained in:
parent
e44aa50301
commit
d35f5b6888
1 changed files with 4 additions and 0 deletions
4
plugins/path/path.plugin.zsh
Normal file
4
plugins/path/path.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Prints out path nicely
|
||||
alias path='echo -e ${PATH//:/\\n}
|
||||
alias libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue