Skip to content

Instantly share code, notes, and snippets.

@micheletolve
Created August 2, 2018 09:11
Show Gist options
  • Save micheletolve/44947d71bb825bc85dad1cb875ca4673 to your computer and use it in GitHub Desktop.
Save micheletolve/44947d71bb825bc85dad1cb875ca4673 to your computer and use it in GitHub Desktop.
bash_profile backup
#ABILITARE I COLORI
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
#GESTIONE PS1
#export PS1="\[\e[01;31m\]\u\[\e[0m\]\[\e[01;31m\]:\[\e[1;33m\]\W\[\e[m\] \\$ "
export PS1="\[\033[38;5;39m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;1m\]\\$\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[48;5;39m\][\w]\[$(tput sgr0)\]\[\033[48;5;15m\] \[$(tput sgr0)\]\[\033[38;5;39m\] >_: \[$(tput sgr0)\]"
#export PS1="\[\e[01;31m\]\u\[\e[0m\]\[\e[01;31m\]# \[\e[0m\]\[\e[\033[48;5;39m\]\w\[\e[0m\]\[\e[01;33m\]:\[\e[0m\]"
#export PS1="\[\e[01;31m\]\u\[\e[0m\]\[\e[01;33m\]_\[\e[7m\]\[\e[01;32m\]\w\[\e[0m\]\[\e[01;33m\]:\[\e[0m\]"
#ALIAS
alias ll='ls -ltra'
alias la='ls -a'
alias l='ls -cf'
alias composer='php /usr/local/bin/composer.phar'
alias pa='php artisan'
alias artisan='php artisan'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment