mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Merge 414df1506c into c7d8ad1e75
This commit is contained in:
commit
9bb6540ac6
1 changed files with 3 additions and 0 deletions
3
plugins/path/path.plugin.zsh
Normal file
3
plugins/path/path.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Prints out path nicely
|
||||||
|
alias path='echo -e ${PATH//:/\\n}'
|
||||||
|
alias libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}'
|
||||||
Loading…
Reference in a new issue