added path plugin
This commit is contained in:
parent
e44aa50301
commit
d35f5b6888
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…
Reference in New Issue
Block a user