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