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-09-15 14:01:27 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-09-15 14:01:27 +0700
commit3030db8ff09ab6da0f1f941518ef5c071053c5f8 (patch)
treeea946ecc72079826f9bb86912babc18c0be1c768 /debian/.bashrc
parent434ebf0d707b4ea08455da42f14c742bf8081dc4 (diff)
downloaddotfiles-3030db8ff09ab6da0f1f941518ef5c071053c5f8.tar.gz
Update 2019-09-15
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 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'