1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

alias: adding monitor and yay standards

I often monitor files that change.
Now that can be done with mon.
yay now uses its cache way better.
Unused scripts for suckless merges were removed,
I find it much better to run the commands manually without the scripts
as they tend to break more often
This commit is contained in:
TiynGER
2020-12-27 19:27:11 +01:00
parent 2cc00d1790
commit 7fa70beaf2
4 changed files with 5 additions and 46 deletions

View File

@@ -83,6 +83,10 @@ alias sc="sc-im"
# script
alias scriptclear="cat typescript | perl -pe 's/\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)//g' | col -b > typescript-processed"
# tail
alias mon="tail -f -n 500"
# tmux
alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
@@ -99,7 +103,7 @@ alias weather="curl wttr.in"
alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts"
# yay
alias yay="yay --save --sudoloop"
alias yay="yay --sudoloop --noredownload --norebuild"
# youtube-dl
alias yta="youtube-dl -f 'bestaudio[ext=m4a]'"