mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Comment tweaks
This commit is contained in:
@@ -3,6 +3,7 @@ set -e
|
|||||||
[ -n "$DOTIFY_DEBUG" ] && set -x
|
[ -n "$DOTIFY_DEBUG" ] && set -x
|
||||||
|
|
||||||
# dotify {{VERSION}}
|
# dotify {{VERSION}}
|
||||||
|
# https://github.com/jimeh/dotify
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 Jim Myhrberg.
|
# Copyright (c) 2013 Jim Myhrberg.
|
||||||
#
|
#
|
||||||
@@ -25,11 +26,24 @@ set -e
|
|||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Helper functions
|
||||||
|
#
|
||||||
|
|
||||||
source "../lib/arguments.sh"
|
source "../lib/arguments.sh"
|
||||||
source "../lib/trim.sh"
|
source "../lib/trim.sh"
|
||||||
source "../lib/expand-path.sh"
|
source "../lib/expand-path.sh"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Internal functions
|
||||||
|
#
|
||||||
|
|
||||||
source "../lib/internals.sh"
|
source "../lib/internals.sh"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Command functions
|
||||||
|
#
|
||||||
|
|
||||||
source "../lib/dotify-version.sh"
|
source "../lib/dotify-version.sh"
|
||||||
source "../lib/dotify-help.sh"
|
source "../lib/dotify-help.sh"
|
||||||
source "../lib/dotify-info.sh"
|
source "../lib/dotify-info.sh"
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
#
|
|
||||||
# Internal functions
|
|
||||||
#
|
|
||||||
|
|
||||||
locate-dotfile() {
|
locate-dotfile() {
|
||||||
local dotfile
|
local dotfile
|
||||||
if [ -n "$DOTFILE" ]; then
|
if [ -n "$DOTFILE" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user