dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit fc25b565ba270e7fbb149ea20018e5963e5e97da
parent 6d31c2d192540fffbd992e0208e67e1677f28c61
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 18 Feb 2019 19:07:03 +0100

Alias for df with preferred flags


Former-commit-id: 0cf1f62912036d3c26a0aa66b2186a386ae47809
Diffstat:
Mshell/commonprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/shell/commonprofile b/shell/commonprofile @@ -86,6 +86,7 @@ alias less='less -RXc' # Preferred 'les alias rsync='rsync -avhW --progress' # Preferred 'rsync' implementation alias rrsync='rsync -avhW --progress --remove-source-files' # Rsync, but remove source alias du="du -skh" # Preferred 'du' implementation +alias df="df -h" # Preferred 'df' implementation alias htop='sudo htop' # Top should launch htop with sudo alias g='git' # Make git easier to type alias r='source ranger' # Make Ranger easier to type and keep directory