diff options
| author | josh ott <josh@ottmail.me> | 2026-04-28 11:42:01 -0400 |
|---|---|---|
| committer | josh ott <josh@ottmail.me> | 2026-04-28 11:42:01 -0400 |
| commit | 985f92959eb304839fc6505edd099623fc1aad4a (patch) | |
| tree | 6c24a2c13fd7ee773714658c05861b9191543895 | |
| parent | 7fc22c735ceec6e28fcf0a808d1c8049b7ff5a83 (diff) | |
| download | dotfiles-985f92959eb304839fc6505edd099623fc1aad4a.tar.gz dotfiles-985f92959eb304839fc6505edd099623fc1aad4a.zip | |
kitten
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 4751ffd..9631100 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -26,6 +26,7 @@ if status is-interactive alias grep='grep --color=auto' alias nv=nvim alias lg=lazygit + alias ssh='kitten ssh' fish_vi_key_bindings enable_transience |