Commit ccac1aefdc98

Vincent Demeester <vincent@sbr.pm>
2020-01-10 18:45:37
zsh.nix: show-toplevel, not short-toplevel…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2aea008
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 = ''