aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/config/other
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/config/other')
-rw-r--r--zsh/config/other/fzf.zsh3
-rw-r--r--zsh/config/other/nvm.zsh1
2 files changed, 4 insertions, 0 deletions
diff --git a/zsh/config/other/fzf.zsh b/zsh/config/other/fzf.zsh
new file mode 100644
index 0000000..0a7f482
--- /dev/null
+++ b/zsh/config/other/fzf.zsh
@@ -0,0 +1,3 @@
+source /usr/share/fzf/key-bindings.zsh
+source /usr/share/fzf/completion.zsh
+
diff --git a/zsh/config/other/nvm.zsh b/zsh/config/other/nvm.zsh
new file mode 100644
index 0000000..b761aa2
--- /dev/null
+++ b/zsh/config/other/nvm.zsh
@@ -0,0 +1 @@
+source /usr/share/nvm/init-nvm.sh