Update .bashrc

This commit is contained in:
Corrado Primier 2021-10-24 19:58:18 +01:00
parent 266194ce49
commit 8beab9e97d

View File

@ -53,6 +53,11 @@ 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() {