dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9c83de1a8882aa7413371808252e03e04c4b8a06
parent 3908942ec2fc59e3a3c27b0bbb5628f265bc523c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 22 Mar 2019 15:23:49 +0100

Fix fffs symlink

Diffstat:
Minit/50_zsh.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/50_zsh.sh b/init/50_zsh.sh @@ -4,7 +4,7 @@ if [ ! -d ~/code/fffs ]; then mkdir -p ~/code/fffs git clone https://gitlab.com/admesg/fffs ~/code/fffs - ln -s ~/code/fffs ~/bin/fffs + ln -s ~/code/fffs/fffs ~/bin/fffs fi # zplug requires gawk