Skip to content

Commit

Permalink
prepare-for-packaging: update path to common (#419)
Browse files Browse the repository at this point in the history
this changed with the recent change of recommended dir structure

Signed-off-by: Thomas Staudinger <[email protected]>
  • Loading branch information
Staudey authored Oct 24, 2023
1 parent 57c0ca5 commit aa745ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/packaging/prepare-for-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ln -s ~/solus-packages/common/Scripts/helpers.sh ~/.bashrc.d/solus-monorepo-help

```fish
mkdir -p ~/.config/fish/conf.d
ln -s ~/solus-builds/packages/common/Scripts/helpers.fish ~/.config/fish/conf.d/solus.fish
ln -s ~/solus-packages/common/Scripts/helpers.fish ~/.config/fish/conf.d/solus.fish
```

### zsh
Expand All @@ -121,7 +121,7 @@ ln -s ~/solus-builds/packages/common/Scripts/helpers.fish ~/.config/fish/conf.d/
mkdir -p ~/.zshrc.d
printf "\nfpath=(~/.zshrc.d \$fpath)" >> ~/.zshrc
source ~/.zshrc
ln -s ~/solus-builds/packages/common/Scripts/helpers.zsh ~/.zshrc.d/solus-monorepo-helpers.zsh
ln -s ~/solus-packages/common/Scripts/helpers.zsh ~/.zshrc.d/solus-monorepo-helpers.zsh
```

---
Expand Down

0 comments on commit aa745ee

Please sign in to comment.