aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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 --]'