commit d950a808dc710efbd2cdb228e3c5ce077d8980a5 parent 2b1e9d4848771624f0e8bccecde354b7599748c0 Author: Josuah Demangeon <josuah.demangeon@gandi.net> Date: Mon, 7 Aug 2017 00:46:00 +0200 ssh/.ssh/config: keys are on /mnt/ssh Diffstat:
M | shell/bin/l | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/bin/l b/shell/bin/l @@ -2,7 +2,7 @@ cd "${1:-.}" || exit 1 printf '%s/ ' "$PWD" -git rev-parse 2> /dev/null && git status -s --branch || printf '\n' +git status -s --branch 2> /dev/null || printf '\n' printf '\n'