commit 541fa5ad1a143cc7c5ff633ab1d17cec9ec8bf0c
parent e9ae12c4ec681c8a03b8e09daaf50dd351a5df7b
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 22 May 2024 16:33:39 +0100
feat(zsh): show timestamps in history
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh/.config/zsh/aliases.zsh b/zsh/.config/zsh/aliases.zsh
@@ -67,6 +67,7 @@ command -v gmake >/dev/null && alias make='gmake'
psef="ps -ef" \
jobs="jobs -l" \
\?is="whereis" \
+ history="history -i" \
disks='echo "┌──┄";echo "├┄ m o u n t . p o i n t s"; echo "└──┄┄────┄┄"; lsblk -a; echo ""; echo "┌──┄";echo "├┄ d i s k . u s a g e"; echo "└──┄┄────┄┄"; sudo df -h -x tmpfs -x devtmpfs;' \
ag="ag --color --color-line-number '0;35' --color-match '46;30' --color-path '4;36'" \
tree='tree -CAFa -I "CVS|*.*.package|.svn|.git|.hg|node_modules|bower_components" --dirsfirst'