forked from kunsi/dotfiles
fish config
This commit is contained in:
parent
22925fd774
commit
c97e7a53df
1 changed files with 13 additions and 3 deletions
|
@ -1,14 +1,24 @@
|
|||
set -U -x EDITOR vim
|
||||
set -U -x MPD_HOST 172.19.138.20
|
||||
set -U fish_features stderr-nocaret qmark-noglob
|
||||
set -e fish_greeting
|
||||
set PATH /home/kunsi/.gem/ruby/2.6.0/bin/ $PATH
|
||||
set PATH /home/kunsi/.local/bin /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'
|
||||
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
|
||||
alias share-via-ssh='/home/kunsi/git/share-via-ssh/share-via-ssh'
|
||||
|
||||
alias bwr='cd ~/git/bundlewrap/'
|
||||
alias v='vim -p'
|
||||
alias r='vim -R'
|
||||
alias master='git checkout master && git pull --all --no-commit'
|
||||
alias master='git checkout master && git pull --all'
|
||||
alias s='git status --short'
|
||||
alias hist='git log --pretty --oneline'
|
||||
alias l='ls -lAh'
|
||||
|
||||
alias lumos='mosquitto_pub -h 172.19.138.21 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "ON"'
|
||||
alias nox='mosquitto_pub -h 172.19.138.21 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "OFF"'
|
||||
|
||||
function fish_greeting
|
||||
uptime
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue