diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-12-01 15:10:27 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-12-01 15:10:27 +0100 |
commit | e32f4db79fae3f9ed0201110fe4bc6dd0127ff0a (patch) | |
tree | 2d2dbf4b67dfceef737f64ea366ec916189835e0 /bashrc | |
parent | e1e9f02e1cd91341feae34dffbabc688cb8513fe (diff) | |
download | bin-e32f4db79fae3f9ed0201110fe4bc6dd0127ff0a.zip bin-e32f4db79fae3f9ed0201110fe4bc6dd0127ff0a.tar.gz |
bash : sf to restart pipewire
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ set_if_not_in 'PATH' ${GEM_HOME}/bin alias vim=nvim alias gvim='nvim --listen godothost .' alias vimdiff="nvim -d" +alias sf='systemctl --user restart pipewire*' alias fuck='eval $(thefuck $(fc -ln -1)); history -r' alias kk='khal calendar' alias ki='khal interactive' |