mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
c672db15b7
Signed-off-by: B. Watson <yalhcru@gmail.com>
6 lines
153 B
Tcsh
6 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
|
|
|