add perl packages to path
This commit is contained in:
parent
410f49343f
commit
77153873e7
1 changed files with 4 additions and 0 deletions
|
@ -219,6 +219,10 @@ main() {
|
|||
mkdir "$HOME"/.unison
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.unison/default.prf -O "$HOME"/.unison/default.prf
|
||||
|
||||
# === Perl ==
|
||||
# add to path
|
||||
fish -c "fish_add_path /usr/bin/vendor_perl"
|
||||
|
||||
# === Clear useless packages
|
||||
pacman -Qqtd | sudo pacman --noconfirm -Rsn - 2> /dev/null || true
|
||||
|
||||
|
|
Loading…
Reference in a new issue