1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-13 06:49:22 +03:00
mc/lib/mc.sh.in
2009-02-04 22:39:27 +01:00

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'