aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/.zshrc
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-11-12 17:04:51 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-11-12 17:04:51 +0100
commita06614e72ffc6b8c8fe6741f4546756ee660d4d6 (patch)
tree2d3391f12169a7154bf6085a038832fcef78949b /config/zsh/.zshrc
parent4af84af3b020e9931b456c71a74d88944119d077 (diff)
downloaddotfiles-a06614e72ffc6b8c8fe6741f4546756ee660d4d6.tar.gz
dotfiles-a06614e72ffc6b8c8fe6741f4546756ee660d4d6.tar.bz2
dotfiles-a06614e72ffc6b8c8fe6741f4546756ee660d4d6.zip
Updated for macos
Diffstat (limited to 'config/zsh/.zshrc')
-rw-r--r--config/zsh/.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc
index 77ee41e..5255fa7 100644
--- a/config/zsh/.zshrc
+++ b/config/zsh/.zshrc
@@ -92,4 +92,7 @@ export YSU_MESSAGE_POSITION="after" # you-should
# install pkgfile package on Arch Linux
# run `pkgfile --update`
-. /usr/share/doc/pkgfile/command-not-found.zsh
+if [ "$(uname)" = 'Linux' ]
+then
+ . /usr/share/doc/pkgfile/command-not-found.zsh
+fi