diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index 698a588..58f2345 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -272,6 +272,9 @@ in { # Open Neovim with the selected config NVIM_APPNAME=$(basename $config) nvim $* } + + # unset oh-my-zsh's gk so that gk can refer to the gitkraken-cli + unalias gk ''; oh-my-zsh = { enable = true; diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index a037702..980bdf0 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -47,6 +47,7 @@ "font-inconsolata-g-for-powerline" "font-source-code-pro-for-powerline" "gitkraken" + "gitkraken-cli" "handbrake" "imageoptim" "iterm2"