fix dunst notification and modify aliases

This commit is contained in:
Tibeuleu
2024-12-10 19:22:51 +01:00
parent 96b9c04a0f
commit fd064eb862
3 changed files with 440 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ alias \
mkd="mkdir -pv" \
yt="youtube-dl --add-metadata -i" \
yta="yt -x -f bestaudio/best" \
ffmpeg="ffmpeg -hide_banner"
ffmpeg="ffmpeg -hide_banner" \
cp="cp -iv" \
# Colorize commands when possible.
@@ -45,3 +45,5 @@ alias \
ixpe="cd $HOME/IXPE_analysis/Code && clear && ls" \
foc="cd $HOME/FOC_reduction/Code && clear && ls" \
config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=/home/tibeuleu" \
hlup="wg-quick up artixbook" \
hldown="wg-quick down artixbook"