1
0
Fork 0

zsh aliases: add alias to clear clipboard in X

This commit is contained in:
Pratham Patel 2023-01-11 10:52:19 +05:30
parent 0c8354172b
commit 17d96d4234
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ alias ytdown="yt-dlp --config-location $HOME/.config/yt-dlp/norm_config --extern
alias playdl="yt-dlp --config-location $HOME/.config/yt-dlp/plst_config --external-downloader aria2c"
alias ytslow="yt-dlp --config-location $HOME/.config/yt-dlp/norm_config --no-part --concurrent-fragments 1 --limit-rate 4M"
alias gcommitm="git commit -m"
alias clearxclip="xsel -bc"
alias sudo="sudo "
if command -v batcat > /dev/null; then