aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2015-08-21 08:24:24 -0700
committershmibs <shmibs@gmail.com>2015-08-21 08:24:24 -0700
commitdafd1290537fd76a19871d33a0f684b714dda872 (patch)
treef84f13b8ee6368ee69158e9929ef1ff92df23040 /.zshrc
parentaeab1416ecfff0a6bc2ce419f2afb2f85177c62e (diff)
downloaddotfiles-dafd1290537fd76a19871d33a0f684b714dda872.tar.gz
zshrc: move desktop functionality to new file
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
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 --]'