From: martin f. krafft Date: Mon, 22 Apr 2013 15:02:06 +0000 (+0200) Subject: fix error in filenames of vcsh hooks X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/5655573ce014c0de0e0fa944d11228b7a255075a?ds=sidebyside;hp=-c;pf=etc fix error in filenames of vcsh hooks --- 5655573ce014c0de0e0fa944d11228b7a255075a diff --git a/.config/vcsh/hooks-available/zsh.post-run+enter b/.config/vcsh/hooks-available/ssh.post-run+enter similarity index 100% rename from .config/vcsh/hooks-available/zsh.post-run+enter rename to .config/vcsh/hooks-available/ssh.post-run+enter diff --git a/.config/vcsh/hooks-enabled/ssh.post-enter b/.config/vcsh/hooks-enabled/ssh.post-enter new file mode 120000 index 0000000..b649864 --- /dev/null +++ b/.config/vcsh/hooks-enabled/ssh.post-enter @@ -0,0 +1 @@ +../hooks-available/ssh.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/ssh.post-run b/.config/vcsh/hooks-enabled/ssh.post-run new file mode 120000 index 0000000..b649864 --- /dev/null +++ b/.config/vcsh/hooks-enabled/ssh.post-run @@ -0,0 +1 @@ +../hooks-available/ssh.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/zsh.post-enter b/.config/vcsh/hooks-enabled/zsh.post-enter deleted file mode 120000 index 22b459c..0000000 --- a/.config/vcsh/hooks-enabled/zsh.post-enter +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/zsh.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/zsh.post-run b/.config/vcsh/hooks-enabled/zsh.post-run deleted file mode 120000 index 22b459c..0000000 --- a/.config/vcsh/hooks-enabled/zsh.post-run +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/zsh.post-run+enter \ No newline at end of file