Browse code

Add dotfiles

Robert Cranston authored on 13/02/2022 02:08:04
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+__prompt_shell="${0#-}"
2
+__prompt_shell="${__prompt_shell##*/}"
3
+
4
+__prompt_shell()
5
+{
6
+  printf "$1" "$__prompt_shell"
7
+}