Add alias for fixing up ssh agent envvar in tmux.
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
fish = {
|
||||
enable = true;
|
||||
|
||||
shellAbbrs = {
|
||||
fixssh = "eval $(tmux show-env | grep ^SSH_AUTH_SOCK | sed 's/=/ /;s/^/set /')";
|
||||
};
|
||||
|
||||
shellInit = ''
|
||||
set fish_greeting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user