commit ccac1aefdc98670ef720287584cf929f9da78249
parent 2aea008d9a17b85a89c051e074ceb4c3a6cddf4e
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 10 Jan 2020 18:45:37 +0100
zsh.nix: show-toplevel, not short-toplevel…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/profiles/zsh.nix b/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 = ''