Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Commit

Permalink
Update scripts to include in main app
Browse files Browse the repository at this point in the history
* Add vim config to all scripts
  • Loading branch information
ismaelgv committed Apr 12, 2017
1 parent 00cacb4 commit b920ea1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions libpacaur/aur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,4 @@ InfoAur() {
echo
done
}
# vim:set ts=4 sw=2 et:
1 change: 1 addition & 0 deletions libpacaur/cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ CleanCache() {
fi
exit 0
}
# vim:set ts=4 sw=2 et:
1 change: 1 addition & 0 deletions libpacaur/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -535,3 +535,4 @@ CheckRequires() {
Note "e" $"${Qrequires[@]}: requires $@"
fi
}
# vim:set ts=4 sw=2 et:
1 change: 1 addition & 0 deletions libpacaur/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,4 @@ FindDepsRepo() {

repodepspkgs=($($pacmanbin -T ${allrepopkgs[@]} | sort -u))
}
# vim:set ts=4 sw=2 et:
1 change: 1 addition & 0 deletions libpacaur/json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ GetJson() {
Note "e" $"Failed to parse JSON"
fi
}
# vim:set ts=4 sw=2 et:
1 change: 1 addition & 0 deletions libpacaur/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ Cancel() {
[[ -e "$tmpdir/pacaur.sudov.lck" ]] && rm "$tmpdir/pacaur.sudov.lck"
exit
}
# vim:set ts=4 sw=2 et:
1 change: 1 addition & 0 deletions libpacaur/pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -537,3 +537,4 @@ GetJson() {
Note "e" $"Failed to parse JSON"
fi
}
# vim:set ts=4 sw=2 et:
1 change: 1 addition & 0 deletions libpacaur/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ SudoV() {
sleep 2
done
}
# vim:set ts=4 sw=2 et:
3 changes: 2 additions & 1 deletion pacaur
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ source "$configdir/config"

# source functions
functiondir="/usr/share/pacaur"
source "$functiondir/aur.sh"
source "$functiondir/cache.sh"
source "$functiondir/checks.sh"
source "$functiondir/deps.sh"
source "$functiondir/info.sh"
source "$functiondir/json.sh"
source "$functiondir/main.sh"
source "$functiondir/pkgs.sh"
source "$functiondir/utils.sh"
Expand Down

0 comments on commit b920ea1

Please sign in to comment.