diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-02 16:04:31 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-02 16:04:31 +0000 |
commit | 504dbe3ad1292768af1940f6d36f46f10ff6e323 (patch) | |
tree | 3895affcfa0bb03cc1c0d2e6261b9ea28797ced0 /linux | |
parent | 41d9ed7a795033ea710117659884ab6b99a1a45e (diff) |
in den kommentaren muss es auch .neorc heißen
git-svn-id: https://svn.neo-layout.org@921 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rwxr-xr-x | linux/bin/asdf | 2 | ||||
-rwxr-xr-x | linux/bin/uiae | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index 5c50717..314f0c9 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -8,7 +8,7 @@ if [ -f "${NEO_CONFIG}" ]; then . "${NEO_CONFIG}" || die "Failed to source ${NEO_CONFIG}" elif [ -f "${HOME}"/.neorc ]; then - . "${HOME}"/.neorc || die "Failed to source ${HOME}/neo.conf" + . "${HOME}"/.neorc || die "Failed to source ${HOME}/.neorc" elif [ -f /etc/neo.conf ]; then . /etc/neo.conf || die "Failed to source /etc/neo.conf" else diff --git a/linux/bin/uiae b/linux/bin/uiae index 3ffd1f5..e83c315 100755 --- a/linux/bin/uiae +++ b/linux/bin/uiae @@ -8,7 +8,7 @@ if [ -f "${NEO_CONFIG}" ]; then . "${NEO_CONFIG}" || die "Failed to source ${NEO_CONFIG}" elif [ -f "${HOME}"/.neorc ]; then - . "${HOME}"/.neorc || die "Failed to source ${HOME}/neo.conf" + . "${HOME}"/.neorc || die "Failed to source ${HOME}/.neorc" elif [ -f /etc/neo.conf ]; then . /etc/neo.conf || die "Failed to source /etc/neo.conf" else |