This commit is contained in:
odrling 2018-09-14 00:58:47 +02:00
parent 8fab92b2b2
commit 5ea3d1e9fe
3 changed files with 3 additions and 6 deletions

View file

@ -1,6 +1,4 @@
function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
uname -nmsr
uptime
set_color normal
end

View file

@ -1,4 +0,0 @@
# Defined in - @ line 0
function sshmoethyst --description alias\ sshmoethyst=ssh\ -t\ amoethyst\ \'\~/.local/bin/tmux-session\'
ssh -t amoethyst '~/.local/bin/tmux-session' $argv;
end

View file

@ -0,0 +1,3 @@
function sshmux
ssh $argv -t '~/.local/bin/tmux-session'
end