Skip to content

Instantly share code, notes, and snippets.

@key-amb
Last active June 25, 2016 10:57
Show Gist options
  • Save key-amb/2d8fbc0204a28e19445cff9422ab6665 to your computer and use it in GitHub Desktop.
Save key-amb/2d8fbc0204a28e19445cff9422ab6665 to your computer and use it in GitHub Desktop.
my enhancd setting for bash
# bash
git clone git@github.com: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
@key-amb
Copy link
Author

key-amb commented Jun 25, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment