Auto-commit kunsi-p14s.kunbox.net 2023-11-11 14:23:59

This commit is contained in:
Franzi 2023-11-11 14:23:59 +01:00
parent e7371b3e83
commit 6899ba8fd2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 73 additions and 82 deletions

View file

@ -4,7 +4,6 @@ set -U fish_features stderr-nocaret qmark-noglob
set PATH $PATH /home/kunsi/.local/bin /home/kunsi/.gem/ruby/2.6.0/bin/ /home/kunsi/.bin
set -U -x SSH_AUTH_SOCK $(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
alias bwr='cd ~/git/bundlewrap/'
alias cal='cal -v -m -3'
@ -17,7 +16,8 @@ alias tmp='cd (mktemp -d -p /home/kunsi --suffix=.(date +%F))'
alias v='vim -p'
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
alias voc2gui='cd /home/kunsi/git/voctomix/ && .venv/bin/python voctogui/voctogui.py'
alias weechat='mosh rx300 -- tmux attach-session -d -t weechat-tmux'
alias weechat='mosh carlene -- tmux attach-session -d -t weechat-tmux'
alias wipa="watch -cn0.3 'ip --color=always -brief addr show; echo; ip --color=always route show; ip -6 --color=always route show'"
alias youtube-dl='yt-dlp --compat-options youtube-dl'
alias lumos='mosquitto_pub -h 172.19.138.20 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "ON"'
@ -25,6 +25,11 @@ alias nox='mosquitto_pub -h 172.19.138.20 -t /switch/wohnzimmer/stehlampe/cmnd/P
alias coffee='mosquitto_pub -h 172.19.138.20 -t /switch/kueche/kaffeemaschine/cmnd/POWER -m "ON"'
alias nocoffee='mosquitto_pub -h 172.19.138.20 -t /switch/kueche/kaffeemaschine/cmnd/POWER -m "OFF"'
alias wg_up='sudo networkctl up wg_htz-cloud_wi'
alias wg_down='sudo networkctl down wg_htz-cloud_wi'
alias voc_up='sudo systemctl start openvpn-client@c3voc'
alias voc_down='sudo systemctl stop openvpn-client@c3voc'
alias ga.='git add .'
alias ga='git add'
alias gc='git commit'
@ -35,10 +40,15 @@ alias gp='git push'
alias gpu='git push -u origin HEAD'
alias gs='git status --short'
alias libreoffice_present='libreoffice --impress --invisible --show'
set -x BW_ITEM_WORKERS 16
set -x BW_NODE_WORKERS 16
set -x BW_KEEPASS_FILE /home/kunsi/git/passwords/voc.kdbx
# mollys mpd, see /etc/hosts
set -x MPD_HOST mpd.local
function fish_greeting
echo -n ""
end