This commit is contained in:
teldra 2021-05-12 16:54:43 +02:00
parent 2e60898d9a
commit fbbe819091
2 changed files with 2 additions and 2 deletions

2
config
View File

@ -3,5 +3,5 @@ lastminute() {
servicesenable sshd
#servicesdisable sshd
#ignorepkg openssh
removepkg vlc
#removepkg vlc
}

View File

@ -7,6 +7,6 @@ appendpath () {
esac
}
appendpath '${HOME}/.local/bin'
appendpath "${HOME}/.local/bin"
export PATH