diff options
author | FivePixels <o5pxels@gmail.com> | 2022-03-15 22:30:51 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-03-15 22:49:42 -0500 |
commit | 7aea6ce7e62150cc216a25fe17c6cc9c76a044c0 (patch) | |
tree | f6c8ea9859c7fea903dc4b5464b3b2f45d1b23fd | |
parent | 23dd7654c8ec60ad137f334746d8b77d0df29b43 (diff) | |
download | dots-7aea6ce7e62150cc216a25fe17c6cc9c76a044c0.tar.xz dots-7aea6ce7e62150cc216a25fe17c6cc9c76a044c0.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 |