commit ce11799f013207c06669afbce6f74b000fee2cc1
parent 54c2f257a1427778b0534cfd9f42ec60d3f22b97
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date: Thu, 2 May 2024 12:27:27 +0330
shell: add alias for du, youtube-viewer and ls -l
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/shell/.config/shell/aliasrc b/shell/.config/shell/aliasrc
@@ -61,4 +61,6 @@ alias \
weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \
alias dfiles="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME/.config"
-alias yv="proxychains -q youtube-viewer"
+alias yv="proxychains -q youtube-viewer --resolution=480p"
+alias du="du -h -d 1 | sort -hr"
+alias ll="ls -l"