diff options
| author | kj_sh604 | 2025-12-29 12:25:46 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-29 12:25:46 -0500 |
| commit | 51197940a18f199a24d6a189abdaba1c9664523b (patch) | |
| tree | 4421454e472ddfa4dfa8544328b30922cee60dfd | |
| parent | 155d1165bb560552f672323ce18e4d3d92aa42e7 (diff) | |
refactor: remove redundant config
| -rw-r--r-- | .config/fish/config.fish | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 966b113..6a7bb74 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish | |||
| @@ -3,9 +3,6 @@ if status is-login | |||
| 3 | end | 3 | end |
| 4 | 4 | ||
| 5 | if status is-interactive | 5 | if status is-interactive |
| 6 | # commands to run in interactive sessions can go here | ||
| 7 | fish_vi_key_bindings | ||
| 8 | |||
| 9 | # aliases | 6 | # aliases |
| 10 | if command grep --color=auto --version >/dev/null 2>&1 | 7 | if command grep --color=auto --version >/dev/null 2>&1 |
| 11 | alias grep='grep --color=auto' | 8 | alias grep='grep --color=auto' |
