Compare commits
2 Commits
5f55e639be
...
8beab9e97d
| Author | SHA1 | Date | |
|---|---|---|---|
| 8beab9e97d | |||
| 266194ce49 |
0
code/.keep
Normal file
0
code/.keep
Normal file
@ -53,6 +53,11 @@ if [[ $(command -v dircolors) ]] ; then
|
|||||||
eval $(dircolors -b)
|
eval $(dircolors -b)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
function urldecode() {
|
||||||
|
: "${*//+/ }"
|
||||||
|
echo -e "${_//%/\\x}"
|
||||||
|
}
|
||||||
|
|
||||||
# Arch linux package search
|
# Arch linux package search
|
||||||
if [[ $(command -v aura) ]] ; then
|
if [[ $(command -v aura) ]] ; then
|
||||||
function psearch() {
|
function psearch() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user