mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #480 from genebean/zsh-fixing
Revert "Disable oh-my-zsh"
This commit is contained in:
commit
7a09392064
2 changed files with 19 additions and 19 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
export PATH=$PATH:/opt/puppetlabs/pdk/bin
|
||||
export PATH=$PATH:/opt/puppetlabs/puppet/bin
|
||||
'';
|
||||
# oh-my-zsh.plugins = [ "macos" ];
|
||||
oh-my-zsh.plugins = [ "macos" ];
|
||||
shellAliases = {
|
||||
currentwifi = "networksetup -getairportnetwork en0 |cut -d ':' -f2- | cut -d ' ' -f2-";
|
||||
nixdiff = "brew outdated && brew outdated --cask && mas outdated && cd ~/repos/dots && darwin-rebuild build --flake . && nvd diff /run/current-system result";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue