From 27deb967e1fc2bf21813bdead8fa80a9681f464a Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 28 Jan 2021 13:27:32 -0500 Subject: [PATCH] SSH Fix & Polybar Click Events - Fix ssh issue in fish shell with alias - Add more click events to polybar modules --- .config/fish/config.fish | 3 +++ .config/polybar | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 3fff294..dc483dc 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -54,6 +54,9 @@ alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys" # bare git repo alias for dotfiles alias config="GIT_WORK_TREE=~ GIT_DIR=~/.cfg" +# ssh fix +alias ssh="kitty +kitten ssh" + ########## # PROMPT # ########## diff --git a/.config/polybar b/.config/polybar index 5b9e527..023f682 160000 --- a/.config/polybar +++ b/.config/polybar @@ -1 +1 @@ -Subproject commit 5b9e527b81d1bd807ed5e8341b251e6773afa7ab +Subproject commit 023f68210e15f54c81e5887f8dd59e6509732490