Compare commits

..

No commits in common. "8beab9e97ded3c3256dafb71b22a7f3753b61b91" and "5f55e639bef13025189ea1a3bdb1e6e13c288839" have entirely different histories.

4 changed files with 0 additions and 5 deletions

View File

View File

View File

@ -53,11 +53,6 @@ if [[ $(command -v dircolors) ]] ; then
eval $(dircolors -b)
fi
function urldecode() {
: "${*//+/ }"
echo -e "${_//%/\\x}"
}
# Arch linux package search
if [[ $(command -v aura) ]] ; then
function psearch() {

View File