forked from ahurac/dotfiles
Remaniement : localisation des scripts de updateall
Les scripts de updateall sont désormais dans le dossier config
This commit is contained in:
parent
b36207ad54
commit
fdb958ad4c
8 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
realpath="$(readlink -f "$0")"
|
realpath="$(readlink -f "$0")"
|
||||||
|
|
||||||
# cd
|
# cd
|
||||||
cd "$(dirname "$realpath")/../share/$(basename "$realpath")" || exit
|
cd "${HOME}/.config/$(basename "$realpath")" || exit
|
||||||
unset realpath
|
unset realpath
|
||||||
|
|
||||||
scripts_d=./scripts.d
|
scripts_d=./scripts
|
||||||
|
|
||||||
# Fonction pour fabriquer une ligne de la longueur d'un tiers du terminal
|
# Fonction pour fabriquer une ligne de la longueur d'un tiers du terminal
|
||||||
makeline() {
|
makeline() {
|
||||||
|
|
Loading…
Reference in a new issue