diff --git a/.gitmodules b/.gitmodules index 13ef699..5775b61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "shell/zsh/zsh-autosuggestions"] path = shell/zsh/custom/plugins/zsh-autosuggestions url = git@github.com:tarruda/zsh-autosuggestions.git +[submodule "shell/enhancd"] + path = shell/enhancd + url = https://github.com/b4b4r07/enhancd diff --git a/shell/_main.sh b/shell/_main.sh index d54a0bf..e4ba40a 100644 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -28,6 +28,7 @@ source "$DOTSHELL/aliases.sh" source "$DOTSHELL/emacs.sh" source "$DOTSHELL/git.sh" source "$DOTSHELL/tmux.sh" +source "$DOTSHELL/enhancd.sh" # Development source "$DOTSHELL/nodejs.sh" diff --git a/shell/enhancd b/shell/enhancd new file mode 160000 index 0000000..8654292 --- /dev/null +++ b/shell/enhancd @@ -0,0 +1 @@ +Subproject commit 865429281da8815ac2aefb7c39de469143f20b5d diff --git a/shell/enhancd.sh b/shell/enhancd.sh new file mode 100644 index 0000000..5584a90 --- /dev/null +++ b/shell/enhancd.sh @@ -0,0 +1,3 @@ +export ENHANCD_COMMAND=c +export ENHANCD_FILTER="peco --layout=bottom-up" +source "$DOTSHELL/enhancd/enhancd.sh"