Merge pull request #361 from genebean/gitkraken-cli

Add gitkraken-cli
This commit is contained in:
Gene Liverman 2024-01-26 16:43:57 -05:00 committed by GitHub
commit 79648976a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -272,6 +272,9 @@ in {
# Open Neovim with the selected config # Open Neovim with the selected config
NVIM_APPNAME=$(basename $config) nvim $* 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 = { oh-my-zsh = {
enable = true; enable = true;

View file

@ -47,6 +47,7 @@
"font-inconsolata-g-for-powerline" "font-inconsolata-g-for-powerline"
"font-source-code-pro-for-powerline" "font-source-code-pro-for-powerline"
"gitkraken" "gitkraken"
"gitkraken-cli"
"handbrake" "handbrake"
"imageoptim" "imageoptim"
"iterm2" "iterm2"