dotfiles

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

commit 9d7b0e64e49181e5fa481345a1de460ce81dc76b
parent cce7c2ab66244e15253a5c324fd012df02ac34ff
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 26 Jan 2019 20:29:14 +0100

Ranger puts shell into cwd


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

diff --git a/shell/commonprofile b/shell/commonprofile @@ -88,7 +88,7 @@ alias rrsync='rsync -avhW --progress --remove-source-files' # Rsync, but rem alias du="du -skh" # Preferred 'du' implementation alias top='sudo htop' # Top should launch htop with sudo alias g='git' # Make git easier to type -alias r='ranger' # Make Ranger easier to type +alias r='source ranger' # Make Ranger easier to type and keep directory alias wheredef='type -a' alias lsblk="lsblk -o NAME,LABEL,PARTLABEL,TYPE,FSTYPE,SIZE,MOUNTPOINT,STATE" alias rmcolors="sed \"s,\x1B\[[0-9;]*[a-zA-Z],,g\"" # Remove ANSI color codes from text