mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-09-09 17:03:03 +02:00
add pactl output alias
This commit is contained in:
parent
540eda8a14
commit
16e3268524
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -117,7 +117,7 @@ alias tldr='tldr -L en'
|
||||||
alias needssh="git remote set-url origin \$(git remote get-url origin | sed -e 's|https://github.com/|git@github.com:|' -e 's|/$||' -e 's|\.git$||')"
|
alias needssh="git remote set-url origin \$(git remote get-url origin | sed -e 's|https://github.com/|git@github.com:|' -e 's|/$||' -e 's|\.git$||')"
|
||||||
alias icat="kitten icat --background white"
|
alias icat="kitten icat --background white"
|
||||||
alias marptohtml="npx @marp-team/marp-cli@latest --html --theme-set themes/mytheme.css - template.md -o index.html"
|
alias marptohtml="npx @marp-team/marp-cli@latest --html --theme-set themes/mytheme.css - template.md -o index.html"
|
||||||
alias output-on-all-devices=""
|
alias output-on-all-devices="pactl load-module module-combine-sink"
|
||||||
alias fs="sudo rc-service filesync"
|
alias fs="sudo rc-service filesync"
|
||||||
alias fs-sync='kill -SIGHUP "$(cat /run/filesync.pid)"'
|
alias fs-sync='kill -SIGHUP "$(cat /run/filesync.pid)"'
|
||||||
alias fs-sync-offline='rclone bisync filesync:/files ~/.offline_filesync --conflict-resolve newer --conflict-loser num --timeout 2s --filter-from ~/.offline_filesync/.important-files.txt 2>&1 | grep conflict | grep home | sed -n "s/.*\x1b\[36m\([^[:cntrl:]]*\)\x1b\[0m.*/\1/p" | while read -r conflict; do notify-send "Conflict at $conflict"; echo "Conflict at $conflict" >> ~/.offline_filesync/.conflict_log.txt; done'
|
alias fs-sync-offline='rclone bisync filesync:/files ~/.offline_filesync --conflict-resolve newer --conflict-loser num --timeout 2s --filter-from ~/.offline_filesync/.important-files.txt 2>&1 | grep conflict | grep home | sed -n "s/.*\x1b\[36m\([^[:cntrl:]]*\)\x1b\[0m.*/\1/p" | while read -r conflict; do notify-send "Conflict at $conflict"; echo "Conflict at $conflict" >> ~/.offline_filesync/.conflict_log.txt; done'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue