Make tmux use XDG basedir - somewhat
This commit is contained in:
parent
3ce7aadf89
commit
39a257cba5
7 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
function gpg-sftp
|
||||
function gpg-sftp --wraps sftp
|
||||
set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
|
||||
sftp $argv
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
function gpg-ssh-add
|
||||
function gpg-ssh-add --wraps ssh-add
|
||||
set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
|
||||
ssh-add $argv
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
function gpg-ssh
|
||||
function gpg-ssh --wraps ssh
|
||||
set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
|
||||
ssh $argv
|
||||
end
|
||||
|
|
3
fish/functions/tmux.fish
Normal file
3
fish/functions/tmux.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function tmux
|
||||
command tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue