From 890f88297a683f830763a1c218659945a0e2321d Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Fri, 28 May 2021 13:09:02 +0200 Subject: [PATCH] Update shellrc --- .config/shellrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/shellrc b/.config/shellrc index 7226d57..a02a25d 100644 --- a/.config/shellrc +++ b/.config/shellrc @@ -64,7 +64,8 @@ alias \ alias \ copy='xclip -sel clip' \ - rssu='vi ~/.config/newsboat/urls' + rssu='vi ~/.config/newsboat/urls' \ + df='df -x tmpfs -x devtmpfs' # Commands Colors alias ls='ls --color=auto' \