From 315d5870ebfbeb200783beddd38405df2156c803 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 21 Jul 2022 03:27:35 +0530 Subject: HUGE changes in bashrc nd zshrc --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index e55a1d4..8566927 100644 --- a/.zshrc +++ b/.zshrc @@ -59,7 +59,6 @@ bindkey -v # Extend PATH. path=(~/bin $path) - # Export environment variables. export GPG_TTY=$TTY @@ -106,3 +105,7 @@ alias ls="${aliases[ls]:-ls} -A" # Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html. setopt glob_dots # no special treatment for file names with a leading dot setopt no_auto_menu # require an extra TAB press to open the completion menu + + +#XDG +compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION" -- cgit v1.2.3