summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-05-01 15:05:08 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-05-01 15:05:08 -0400
commit0cf0e7dd87927b632749e62c80703592b962f569 (patch)
tree09e569ef0f7ccd847a2213e9024f546a46b8ed13
parent47de3514abcd5de2e684e896dda5414870ffb3b5 (diff)
downloadzsh-0cf0e7dd87927b632749e62c80703592b962f569.tar.gz
zsh-0cf0e7dd87927b632749e62c80703592b962f569.tar.bz2
zsh-0cf0e7dd87927b632749e62c80703592b962f569.zip
Added hints for pubs and MPD_HOST socket.
-rw-r--r--zshrc.local9
1 files changed, 8 insertions, 1 deletions
diff --git a/zshrc.local b/zshrc.local
index ca844d2..d2a26fb 100644
--- a/zshrc.local
+++ b/zshrc.local
@@ -35,4 +35,11 @@ sudo() {
physexec() { sudo -E ip netns exec physical sudo -E -u \#$(id -u) -g \#$(id -g) "$@"; }
export GTK_IM_MODULE="xim"
-
+export MPD_HOST=/run/mpd/mpd.socket
+
+# Enable and load bashcompinit
+autoload -Uz compinit bashcompinit
+compinit
+bashcompinit
+# Argcomplete explicit registration for pubs
+eval "$(register-python-argcomplete pubs)"