aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/zsh.nix')
-rw-r--r--modules/home/zsh.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix
index 3154e8a..cd77c63 100644
--- a/modules/home/zsh.nix
+++ b/modules/home/zsh.nix
@@ -135,6 +135,10 @@ in
'';
".config/zsh/extras".text = ''
+ if [[ "$(uname)" == "Darwin" ]]; then
+ export DOCKER_HOST="unix://$HOME/.colima/default/docker.sock"
+ fi
+
NOTES_DIR=$HOME/ghq/github.com/simenandre/notes/
function note() {
if [ $1 ]; then