kunsis-dotfiles/.config/fish/config.fish

28 lines
952 B
Fish
Raw Normal View History

2019-07-24 15:51:31 +00:00
set -U -x EDITOR vim
2020-02-01 17:54:44 +00:00
set -U -x MPD_HOST 172.19.138.20
2019-07-24 15:51:31 +00:00
set -U fish_features stderr-nocaret qmark-noglob
2020-06-21 11:20:06 +00:00
set PATH /home/kunsi/.local/bin /home/kunsi/.gem/ruby/2.6.0/bin/ $PATH
2019-09-24 14:12:58 +00:00
2019-07-24 15:51:31 +00:00
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
2019-12-16 20:00:34 +00:00
alias weechat='mosh ex42-1048908 -- tmux attach-session -d -t ex42'
2019-12-25 13:04:30 +00:00
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
alias share-via-ssh='/home/kunsi/git/share-via-ssh/share-via-ssh'
2020-02-01 17:54:44 +00:00
2020-06-21 11:20:06 +00:00
alias bwr='cd ~/git/bundlewrap/'
2020-02-01 17:54:44 +00:00
alias v='vim -p'
alias gm='git checkout main && git pull --all'
2020-08-23 14:33:16 +00:00
alias gs='git status --short'
2020-10-23 19:42:34 +00:00
alias gd='git diff'
alias gdc='git diff --cached'
2020-06-21 11:20:06 +00:00
alias hist='git log --pretty --oneline'
alias l='ls -lAh'
2020-12-23 08:10:10 +00:00
alias lumos='mosquitto_pub -h 172.19.138.20 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "ON"'
alias nox='mosquitto_pub -h 172.19.138.20 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "OFF"'
alias rx300='ipmitool -H 172.19.138.25 -U admin -P admin'
2020-06-21 11:20:06 +00:00
function fish_greeting
uptime
end