weechat
is now an alias
This commit is contained in:
parent
a728a75b27
commit
2a7aa2acb4
2 changed files with 2 additions and 7 deletions
|
@ -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
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue