mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
2 lines
162 B
Tcsh
2 lines
162 B
Tcsh
alias mc 'setenv MC_PWD_FILE /tmp/mc-$USER/mc.pwd.$$; @prefix@/bin/mc -P "$MC_PWD_FILE" \!*; cd "`cat $MC_PWD_FILE`"; rm -f "$MC_PWD_FILE"; unsetenv MC_PWD_FILE'
|