diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index d418bc2..01a2580 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -1,5 +1,7 @@ set -g fish_greeting +set -gx INPUTRC ~/.config/inputrc + set -gx EDITOR vim set -gx VISUAL vim set -gx PAGER less diff --git a/home/.inputrc b/home/.config/inputrc similarity index 100% rename from home/.inputrc rename to home/.config/inputrc