mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
a55a505160
Also added template in contrib/distr for some distro-related files (spec, deb, ebuild, etc)
4 lines
150 B
Bash
4 lines
150 B
Bash
# Don't define aliases in plain Bourne shell
|
|
[ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0
|
|
alias mc='. @suppbindir@/mc-wrapper.sh'
|