From 51966d06bb1ad640aa895e69e54bb21b8a954ffe Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 29 Nov 2020 08:56:25 -0600 Subject: [PATCH] Added df alias, updated dmesg alias with human readable time --- bash/.bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index fe15ad6..dc3799d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -18,16 +18,18 @@ fi ## 4 - right/left four chars export LESS='-C -M -j 3 -R -# 2' -# User specific aliases and functions +### User specific aliases and functions +# before you remove, you can unalias with: \ alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null alias l='ls -lh --color --time-style=long' alias ll='ls -lAh --color --time-style=long' alias lsd='l -d */' alias p='ping' -alias dmesg='dmesg -H' +alias dmesg='dmesg -HT' alias ip='ip -c' #alias s='sudo $(history -p !!)' alias s='sudo' +alias df='sudo df -hT -x tmpfs -x devtmpfs' ## function and alias for short find short_find() {