From 51197940a18f199a24d6a189abdaba1c9664523b Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 29 Dec 2025 12:25:46 -0500 Subject: refactor: remove redundant config --- .config/fish/config.fish | 3 --- 1 file changed, 3 deletions(-) (limited to '.config/fish') 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 end if status is-interactive - # commands to run in interactive sessions can go here - fish_vi_key_bindings - # aliases if command grep --color=auto --version >/dev/null 2>&1 alias grep='grep --color=auto' -- cgit v1.2.3