diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-15 14:01:27 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-15 14:01:27 +0700 |
commit | 3030db8ff09ab6da0f1f941518ef5c071053c5f8 (patch) | |
tree | ea946ecc72079826f9bb86912babc18c0be1c768 /debian | |
parent | 434ebf0d707b4ea08455da42f14c742bf8081dc4 (diff) | |
download | dotfiles-3030db8ff09ab6da0f1f941518ef5c071053c5f8.tar.gz |
Update 2019-09-15
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index d370ba7..f5a91aa 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -90,6 +90,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 l='$(fc -ln -1) | less' alias r=ranger alias gcc='gcc -Wall -Wextra -O2 -lm' alias g++='g++ -Wall -Wextra -O2 -lm' |