about summary refs log tree commit diff
path: root/debian/.bashrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-02-04 23:36:22 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-02-04 23:36:22 +0700
commitd2abedd4a742f0078918774f492f5c4bfe43332f (patch)
treec27184ad7bc26360eb21ecadc5f1b7d7c0d152cc /debian/.bashrc
parentef5547c105887d5fd54e9c4cb94fa9cfc51f7329 (diff)
downloaddotfiles-d2abedd4a742f0078918774f492f5c4bfe43332f.tar.gz
Update 2019-02-04
Diffstat (limited to 'debian/.bashrc')
-rw-r--r--debian/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/.bashrc b/debian/.bashrc
index 2ca605c..9fa6a6e 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -96,6 +96,7 @@ alias la='ls -A'
 # You may want to put all your additions into a separate file like
 # ~/.bash_aliases, instead of adding them here directly.
 # See /usr/share/doc/bash-doc/examples in the bash-doc package.
+alias r=ranger
 alias gcc='gcc -O2 -lm'
 alias g++='g++ -O2 -lm'
 alias fpc='fpc -O1 -XS -gl'