# bash
git clone [email protected]:key-amb/enhancd.git -b feature/configure-subcommands ~/.enhancd
cat <<EOS >> ~/.bashrc
ENHANCD_HYPHEN_ARG="-ls"
ENHANCD_DOT_ARG="-up"
. ~/enhancd/init.sh
bind -x '"\C-ur": cd -ls'
EOS
Last active
June 25, 2016 10:57
-
-
Save key-amb/2d8fbc0204a28e19445cff9422ab6665 to your computer and use it in GitHub Desktop.
my enhancd setting for bash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See babarot/enhancd#37