From 4f151180033b33a51154c4a39ff4f45c8039a849 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 5 Feb 2022 13:13:26 +0530 Subject: Added fish_ssh_agent and its abbr --- .config/fish/config.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/fish/config.fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0ec137c..8bb596e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -15,6 +15,7 @@ if status is-interactive abbr --add --global rM 'rm -f' abbr --add --global rf 'rm -r' abbr --add --global x 'chmod +x' + abbr -a gitssh 'ssh-add /home/zt/.ssh/MikunoNaka-GitHub' # general PATH fish_add_path $HOME/.scripts @@ -40,5 +41,6 @@ if status is-interactive set -x PAGER "bat" # disable greeting - set fish_greeting + set fish_greeting + fish_ssh_agent end -- cgit v1.2.3