mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
No commits in common. "cb9576d28b4787c1b5598a4edd0188bcd0b35756" and "0a73c513715f82d4159f87058286ae236bf3ce42" have entirely different histories.
cb9576d28b
...
0a73c51371
@ -1,6 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=kwalletd6
|
||||
Icon=kwalletd6
|
||||
Terminal=false
|
||||
Name=KDE Wallet daemon
|
@ -615,8 +615,8 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal
|
||||
alias netstat-listening-ports="netstat -plntu"
|
||||
|
||||
# mpv music & music shuffle
|
||||
alias mpvm="mpv --no-resume-playback --no-video"
|
||||
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||
alias mpvm="mpv --no-video"
|
||||
alias mpvms="mpv --no-video --shuffle"
|
||||
|
||||
# Compatibility with my i3 alsactl mess
|
||||
if [ -f ~/.config/asound.state ]; then
|
||||
|
4
rc/zshrc
4
rc/zshrc
@ -602,8 +602,8 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal
|
||||
alias netstat-listening-ports="netstat -plntu"
|
||||
|
||||
# mpv music & music shuffle
|
||||
alias mpvm="mpv --no-resume-playback --no-video"
|
||||
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||
alias mpvm="mpv --no-video"
|
||||
alias mpvms="mpv --no-video --shuffle"
|
||||
|
||||
# Compatibility with my i3 alsactl mess
|
||||
if [ -f ~/.config/asound.state ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user