mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add enhancd
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -22,3 +22,6 @@
|
|||||||
[submodule "shell/zsh/zsh-autosuggestions"]
|
[submodule "shell/zsh/zsh-autosuggestions"]
|
||||||
path = shell/zsh/custom/plugins/zsh-autosuggestions
|
path = shell/zsh/custom/plugins/zsh-autosuggestions
|
||||||
url = git@github.com:tarruda/zsh-autosuggestions.git
|
url = git@github.com:tarruda/zsh-autosuggestions.git
|
||||||
|
[submodule "shell/enhancd"]
|
||||||
|
path = shell/enhancd
|
||||||
|
url = https://github.com/b4b4r07/enhancd
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ source "$DOTSHELL/aliases.sh"
|
|||||||
source "$DOTSHELL/emacs.sh"
|
source "$DOTSHELL/emacs.sh"
|
||||||
source "$DOTSHELL/git.sh"
|
source "$DOTSHELL/git.sh"
|
||||||
source "$DOTSHELL/tmux.sh"
|
source "$DOTSHELL/tmux.sh"
|
||||||
|
source "$DOTSHELL/enhancd.sh"
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
source "$DOTSHELL/nodejs.sh"
|
source "$DOTSHELL/nodejs.sh"
|
||||||
|
|||||||
1
shell/enhancd
Submodule
1
shell/enhancd
Submodule
Submodule shell/enhancd added at 865429281d
3
shell/enhancd.sh
Normal file
3
shell/enhancd.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export ENHANCD_COMMAND=c
|
||||||
|
export ENHANCD_FILTER="peco --layout=bottom-up"
|
||||||
|
source "$DOTSHELL/enhancd/enhancd.sh"
|
||||||
Reference in New Issue
Block a user