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

cleaning up home because luke told me so

This commit is contained in:
TiynGER
2020-03-24 19:21:27 +01:00
parent 14229b2c7f
commit 2b1e9fd471
4 changed files with 40 additions and 15 deletions

View File

@@ -62,6 +62,9 @@ alias sc="sc-im"
# script
alias scriptclear="cat typescript | perl -pe 's/\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)//g' | col -b > typescript-processed"
# tmux
alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
# nvim
alias svim="sudo nvim"
alias svi="sudo nvim"
@@ -70,3 +73,6 @@ command -v nvim >/dev/null && alias vi="nvim" vidiff="nvim -d"
# weather
alias weather="curl wttr.in"
#wget
alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts"