SSH Fix & Polybar Click Events

- Fix ssh issue in fish shell with alias
- Add more click events to polybar modules
This commit is contained in:
Sravan Balaji
2021-01-28 13:27:32 -05:00
parent f09edc6c2e
commit 27deb967e1
2 changed files with 4 additions and 1 deletions

View File

@@ -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 #
##########