Add enhancd

This commit is contained in:
2016-04-03 10:23:58 +01:00
parent fe52d9bfce
commit 89d3db4a86
4 changed files with 8 additions and 0 deletions

View File

@@ -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"

1
shell/enhancd Submodule

Submodule shell/enhancd added at 865429281d

3
shell/enhancd.sh Normal file
View File

@@ -0,0 +1,3 @@
export ENHANCD_COMMAND=c
export ENHANCD_FILTER="peco --layout=bottom-up"
source "$DOTSHELL/enhancd/enhancd.sh"