mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +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
|
||
|
|