Skip to content

Instantly share code, notes, and snippets.

View behrouze's full-sized avatar

Behrouze behrouze

View GitHub Profile
@behrouze
behrouze / .bash_aliases
Last active February 13, 2024 15:06
my personnal .bash_aliases
# Env Variables
[ $? -eq 0 ] && export LATEST_ALIASES=https://gist.github.com`curl -s https://gist.github.com/behrouze/7474a7baa0b321e1382e6c8aafa94d1b>/dev/null|grep -i raw|cut -d "\"" -f 2|head -1`
export LOG="/var/log"
export NG="/etc/nginx"
export NGA="$NG/sites-available"
export NGE="$NG/sites-enabled"
export WWW="/var/www"
# Nginx
alias log='cd $LOG/nginx && lr'