diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/zsh.nix | 4 |
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 |
