Compare commits

..

2 Commits

Author SHA1 Message Date
8beab9e97d Update .bashrc 2021-10-24 19:58:18 +01:00
266194ce49 Add basic directories 2021-10-24 19:58:03 +01:00
4 changed files with 5 additions and 0 deletions

0
bin/.keep Normal file
View File

0
code/.keep Normal file
View File

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() {

0
tmp/.keep Normal file
View File