Switch s alias from status/motd to print last exit status code
[khome.git] / home / lib / login_aliases.sh
index 4f0fcbf..e675fe8 100644 (file)
@@ -1,4 +1,5 @@
-alias s=status
+alias n=notify_done
+alias s='echo $?'
 alias g=git
 alias gr='git remote -v'
 alias e='emacs -nw'
This page took 0.02756 seconds and 4 git commands to generate.