weechat is now an alias

This commit is contained in:
Franzi 2019-12-16 20:00:34 +00:00
parent a728a75b27
commit 2a7aa2acb4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +0,0 @@
#!/bin/bash
#ssh kaito -t "tmux attach-session -t weechat"
#mosh --server="LANG=en_US.UTF-8 mosh-server" kunsi@94.130.52.224 -- tmux attach-session -d -t ex42
mosh ex42-1048908 -- tmux attach-session -d -t ex42

View file

@ -3,6 +3,7 @@ set -U -x EDITOR vim
set -U fish_features stderr-nocaret qmark-noglob
set -e fish_greeting
set PATH $PATH /home/kunsi/.gem/ruby/2.6.0/bin/
set PATH /home/kunsi/.gem/ruby/2.6.0/bin/ $PATH
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias weechat='mosh ex42-1048908 -- tmux attach-session -d -t ex42'