fix: jack launcher

This commit is contained in:
Tobias Reisinger 2020-04-09 21:53:06 +02:00
parent b5d5c834f3
commit 629f1628ff
3 changed files with 11 additions and 5 deletions
.config

View file

@ -31,7 +31,6 @@ alias md5sum-dir='function _md5sum-dir(){ find $1 -type f -exec md5sum {} \; | m
alias pacman-autoremove='pacman -Rns $(pacman -Qtdq)'
alias portalo-hz='xrandr --output HDMI-1 --mode 2560x1440 --refresh'
alias ssh-sftp='$(read -t 2 -r tool; if [[ -z "$tool" ]]; then tool="ssh"; fi; echo $tool)'
alias sudo='sudo '
alias synced-repos-status='
echo "dotfiles" && dotfiles status;