dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e7f78af97fb4146469a2296f77c194ddc98ffd65
parent a400c5cd355ee1d2ea6ed2dac62d2e4ae1157803
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 26 Feb 2019 15:52:39 +0100

Add r alias for ranger

Diffstat:
Mlinks/.commands.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -6,6 +6,7 @@ alias b='bash' alias z='zsh' alias v='vim' +alias r='ranger' ## cd alias cg='c "$(git rev-parse --show-toplevel)"' # cd under git repo