sh: Tidy up comment
1 files changed, 2 insertions(+), 2 deletions(-) M home/.config/sh/aliases.sh
M home/.config/sh/aliases.sh => home/.config/sh/aliases.sh +2-2
@@ 10,8 10,8 @@ alias l="lsd -A" alias ll="lsd -lA" alias tree='lsd --tree' # Git Directory: Change directory into the current repo's root. Use `popd` to # jump back. # Git Directory: Change directory into the current repo's root. # Use `popd` to jump back. alias gitd='pushd $(git rev-parse --show-toplevel)' # Show system info.