mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
cca4ac1b16
has absolutely no protection against special symbols in directory names and lacks TMPDIR support.
3 lines
137 B
Tcsh
3 lines
137 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`; unsetenv MC_PWD_FILE'
|
|
|