new commands and aliases

sshmux
ewatch
eupdate
This commit is contained in:
odrling 2018-09-26 13:46:30 +02:00
parent a70b8c34e6
commit 77d1b22c48
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,2 @@
function fish_greeting -d "What's up, fish?"
uname -nmsr
uptime
end

View file

@ -6,3 +6,5 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color]
ui = auto

3
.zshrc
View file

@ -61,10 +61,11 @@ export PATH="$HOME/.local/bin:$PATH:$(ruby -e 'print Gem.user_dir')/bin"
export EDITOR=vim
#export TERM="xterm"
alias sshmoethyst="ssh -t amoethyst '~/.local/bin/tmux-session'"
alias venv="source ~/.venv/bin/activate"
alias dots="git --git-dir=$HOME/.dots --work-tree=$HOME"
alias mstream="mpv --no-resume-playback"
alias mpodcast="mpv --no-video"
alias grep="ag"
alias top="htop"
alias ewatch="watch -cn 10 genlop -c"
alias eupdate="sudo emerge --sync && sudo emerge -u1 portage && sudo emerge -uavD @world"