From 9976cc7a232927cc4ad7c83e546fbe53820bf859 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 30 Jul 2020 11:08:18 +0200 Subject: Added newsboat and dunst --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index edadd25..d21278f 100644 --- a/.zshrc +++ b/.zshrc @@ -57,7 +57,7 @@ function chpwd() { content=$(ls | wc -l) ([ "$content" -lt 20 ] && ls -l) || echo "$(pwd) contains $content entries" - touch . # to sort by last cd + [ "$(stat -c "%U" .)" = "$USER" ] && touch . # to sort by last cd } # add command-not-found package suggestion @@ -103,3 +103,4 @@ tabs 4 export LFS=/mnt export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$HOME/bin" +export PATH="$PATH:$HOME/.vim/plugged/vim-superman/bin" -- cgit