Update .bashrc
This commit is contained in:
parent
266194ce49
commit
8beab9e97d
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user