diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-15 16:03:25 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-15 16:03:25 +0700 |
commit | 4b637dae5cb2db3dc66af59b3afb8370e5686d23 (patch) | |
tree | d3e1379ef4ff908777beb0d3c6284b34e4e3a934 /debian | |
parent | 2cc273fb67b0151beae897c7dccc55c4cf833959 (diff) | |
download | dotfiles-4b637dae5cb2db3dc66af59b3afb8370e5686d23.tar.gz |
Update 2020-06-15
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |