Commit ccac1aefdc98
Changed files (1)
modules
profiles
modules/profiles/zsh.nix
@@ -129,7 +129,7 @@ in
alias -g L="|less"
alias -g EEL=' 2>&1 | less'
alias -g GB='`git rev-parse --abbrev-ref HEAD`'
- alias -g GR='`git rev-parse --short-toplevel`'
+ alias -g GR='`git rev-parse --show-toplevel`'
(( $+commands[jq] )) && alias -g MJ="| jq -C '.'" || alias -g MJ="| ${pkgs.python3}/bin/python -mjson.tool"
'';
profileExtra = ''