mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
7 lines
153 B
Tcsh
7 lines
153 B
Tcsh
|
if ( ${?WCDHOME} ) then
|
||
|
alias wcd "/usr/bin/wcd \!* ; source $WCDHOME/bin/wcd.go"
|
||
|
else
|
||
|
alias wcd "/usr/bin/wcd \!* ; source $HOME/bin/wcd.go"
|
||
|
endif
|
||
|
|