From 4b637dae5cb2db3dc66af59b3afb8370e5686d23 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 15 Jun 2020 16:03:25 +0700 Subject: Update 2020-06-15 --- debian/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/.bashrc') diff --git a/debian/.bashrc b/debian/.bashrc index 249b181..6928af4 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -92,12 +92,12 @@ alias la='ls -A' # See /usr/share/doc/bash-doc/examples in the bash-doc package. alias l='$(fc -ln -1) | less -r' alias r=ranger +alias rp='ranger $HOME/Sources/pip/src/pip/_internal' alias gcc='gcc -Wall -Wextra -pedantic -O2 -lm' alias g++='g++ -Wall -Wextra -pedantic -O2 -lm' alias fpc='fpc -O1 -XS -gl' alias x='cd $HOME && startx && cd -' alias backup='rsync -avh --delete /home/ /data/Home/' -alias pwip='python3 $HOME/Sources/pip/src/pip' eval $(thefuck --alias) function ipfs-cors { -- cgit 1.4.1