]> git.alrj.org Git - zsh.d.git/blob - S53_wrappers
568f58d176123f23cd6d0a00e5895b5029e5f52e
[zsh.d.git] / S53_wrappers
1
2 # Wrapper to stay in the same directory upon exitting mc
3 mc ()
4 {
5     . ~/.zsh.d/wrappers/mc-wrapper
6 }