diff --git a/build-workspace.sh b/build-workspace.sh index 53cf163..09a6306 100755 --- a/build-workspace.sh +++ b/build-workspace.sh @@ -16,8 +16,9 @@ buildah run "$ctr" -- fish -c ' ssh-keyscan -p 2222 10.88.0.1 >> $HOME/.ssh/known_hosts; ssh-keyscan -p 22 github.com >> $HOME/.ssh/known_hosts; chown -R '"$DEV_USER"':'"$DEV_USER"' $HOME/.local $HOME/.config/fish/completions \ - $HOME/.config/fish/functions $HOME/.config/fish/fish_variables; - chown '"$DEV_USER"':'"$DEV_USER"' $HOME/.config/tmux; + $HOME/.config/fish/functions $HOME/.config/fish/fish_variables $HOME/.ssh; + chown '"$DEV_USER"':'"$DEV_USER"' $HOME/.config $HOME/.config/fish \ + $HOME/.config/tmux; ' buildah config \