mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
4 lines
153 B
Bash
4 lines
153 B
Bash
# Don't define aliases in plain Bourne shell
|
|
[ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0
|
|
alias mc='. @pkglibexecdir@/mc-wrapper.sh'
|