dotfiles

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

commit 28caca2d43ee285bb94a3e69282d736bfe76d26d
parent ec8763cc1bd7bce22c0f250775950343666749c8
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 17 Feb 2019 14:33:54 +0100

Don't override default top command


Former-commit-id: 0f41dea661911ff7e16ee3f0bf47ca008b2951c5
Diffstat:
Mshell/commonprofile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/commonprofile b/shell/commonprofile @@ -86,7 +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 top='sudo htop' # Top should launch htop with sudo +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 alias wheredef='type -a'