diff options
author | FivePixels <o5pxels@gmail.com> | 2022-03-15 22:30:51 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-03-15 22:30:51 -0500 |
commit | 48fdf8068b4ec984b9af56eb8ef1378054364fee (patch) | |
tree | ccb6d79219bf9f07a9d980cecf2c20d21c0f2e7c | |
parent | 2d1fce57cdafeb5f5364b49afea25565761d24c5 (diff) | |
download | dots-48fdf8068b4ec984b9af56eb8ef1378054364fee.tar.xz dots-48fdf8068b4ec984b9af56eb8ef1378054364fee.zip |
Add fish config
-rw-r--r-- | .config/fish/config.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..023ff7b --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,5 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end + +fish_vi_key_bindings |