Major overhaul

This commit is contained in:
Augusto Gunsch
2021-08-11 14:45:00 -03:00
parent 1b0aaf9186
commit 6dcc6899a2
16 changed files with 38 additions and 35 deletions

12
aliases
View File

@@ -9,23 +9,11 @@ alias ....="cd ../../.."
alias .....="cd ../../../.."
export EDITOR="/usr/bin/vim"
# trash bin
alias trash='mkdir -p "$HOME/.trash" && mv -b -t "$HOME/.trash"'
alias cleartrash='rm -fv "$HOME/.trash/*"'
# weather forecast
alias forecast="curl -s wttr.in | head -n -1"
# improved reset and clear
alias reset="tput reset"
alias clear="tput reset"
# get ip alias
alias getip="curl -s https://ipecho.net/plain | xargs echo"
# better du
alias du="du -h"
alias weather="curl -s wttr.in | head -n-1"
alias feh="feh -."