From dafd1290537fd76a19871d33a0f684b714dda872 Mon Sep 17 00:00:00 2001 From: shmibs Date: Fri, 21 Aug 2015 08:24:24 -0700 Subject: zshrc: move desktop functionality to new file --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 86280b1..35f8cda 100644 --- a/.zshrc +++ b/.zshrc @@ -105,6 +105,9 @@ case $(uname) in ;; Linux) source ~/.zshrc-linux + if [[ -e ~/.zshrc-linux-desktop ]]; then + source ~/.zshrc-linux-desktop + fi ;; *) echo -e '[-- OS UNRECOGNISED --]' -- cgit v1.2.3