Revert "Disable oh-my-zsh"

This reverts commit aa619622a9 as it turns out I do use a bunch of the shell aliases from it.
This commit is contained in:
Gene Liverman 2025-01-10 15:23:51 -05:00
parent 34882dccdf
commit d7d6c240b8
2 changed files with 19 additions and 19 deletions

View file

@ -289,25 +289,25 @@ in {
function svndiffless-nows() {
svn diff -x -w "$@" |diff-so-fancy |less -R
}
# unset oh-my-zsh's gk so that gk can refer to the gitkraken-cli
unalias gk
'';
# # unset oh-my-zsh's gk so that gk can refer to the gitkraken-cli
# unalias gk
# '';
# oh-my-zsh = {
# enable = true;
# plugins = [
# "bundler"
# "gem"
# "git"
# "github"
# "history"
# "kubectl"
# "pip"
# "terraform"
# "vagrant"
# "vscode"
# ];
# };
oh-my-zsh = {
enable = true;
plugins = [
"bundler"
"gem"
"git"
"github"
"history"
"kubectl"
"pip"
"terraform"
"vagrant"
"vscode"
];
};
shellAliases = {
bcrr = "bolt command run --run-as root --sudo-password-prompt";
bcrrs = "bcrr --stream --no-verbose";