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

3
.gitmodules vendored
View File

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

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"