diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-26 16:38:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-26 16:38:01 +0700 |
commit | 8a170f79518f66411bcd983a241ecbeda22980bf (patch) | |
tree | 5914fee9154dd03c8d46297a391cce99247e3377 /debian | |
parent | 8aad92d257a67b16c55c79e295236b058b52ae83 (diff) | |
download | dotfiles-8a170f79518f66411bcd983a241ecbeda22980bf.tar.gz |
Update 2020-07-26
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index 2059c50..7e85dd8 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -92,7 +92,8 @@ 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 v='vim $(fzf)' +alias cdid='cd $HOME/Sources/pip/src/pip/_internal' alias pwip='python3 $HOME/Sources/pip/src/pip' alias gcc='gcc -Wall -Wextra -pedantic -O2 -lm' alias g++='g++ -Wall -Wextra -pedantic -O2 -lm' |