commit 66b3127f6b066980285caaa2d495448914949978 parent e7df3fc673a34c3a6d46fefa8a55988128d7b7bb Author: Byron Torres <b@torresjrjr.com> Date: Sun, 7 Mar 2021 17:26:05 +0000 Update dotshell usage Diffstat:
M | bin/dotshell | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/bin/dotshell b/bin/dotshell @@ -1,11 +1,13 @@ #!/bin/sh -# sync -# Creates symbolic links from $HOME to .profile and .zshenv +# dotshell usage() { - printf 'usage: dotshell {shell}... + printf 'USAGE + dotshell {shell}... -Synchronises the necessary dotfiles of {shell} in $DOTSHELL to $HOME. +DESCRIPTION + Synchronises the necessary dotfiles of {shell}... stored in + $DOTSHELL to $HOME. ' }