From 2a7aa2acb4a3662271f3627cc1eccdd2e4818dda Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 16 Dec 2019 20:00:34 +0000 Subject: [PATCH] `weechat` is now an alias --- .bin/weechat | 6 ------ .config/fish/config.fish | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100755 .bin/weechat diff --git a/.bin/weechat b/.bin/weechat deleted file mode 100755 index 59b3912..0000000 --- a/.bin/weechat +++ /dev/null @@ -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 diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0dfd7e4..22bccec 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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'