diff options
| author | Josh <joshott16@gmail.com> | 2024-01-01 02:51:26 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-01-01 02:51:26 -0500 |
| commit | 166b8192117b4151055723cc9b7c67cc3aad7a8e (patch) | |
| tree | b0ad426bd982b06d914d657b738f2dd21ffe6849 /fish/config.fish | |
| parent | 32980eea1fbd013e92d5ef28dec540ee69bac368 (diff) | |
| download | dotfiles-166b8192117b4151055723cc9b7c67cc3aad7a8e.tar.gz dotfiles-166b8192117b4151055723cc9b7c67cc3aad7a8e.zip | |
fish update
Diffstat (limited to 'fish/config.fish')
| -rw-r--r-- | fish/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish index a8159eb..fa56cd5 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -19,5 +19,7 @@ if status is-interactive alias nv=nvim fish_add_path -p ~/.cargo/bin ~/.local/bin + fish_vi_key_bindings + enable_transience pfetch end |