Skip to content

Instantly share code, notes, and snippets.

View thenickg's full-sized avatar
💭
no free lunch

thenickg

💭
no free lunch
View GitHub Profile
@cassio-maletich
cassio-maletich / .bash_aliases
Last active October 16, 2025 17:53
.bash_aliases
# To load this file add the following to .bashrc
# if [ -f ~/.bash_aliases ]; then
# . ~/.bash_aliases
# fi
# autojump loader
. /usr/share/autojump/autojump.sh
# some more basic aliases
alias egrep='egrep --color=auto'