Skip to content

Instantly share code, notes, and snippets.

@fmagrosoto
Created May 31, 2020 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmagrosoto/e987ce491fc7c4e92d332e81403265db to your computer and use it in GitHub Desktop.
Save fmagrosoto/e987ce491fc7c4e92d332e81403265db to your computer and use it in GitHub Desktop.
Configuración de mi .bash_profile
alias ll='ls -al'
alias repos='clear && cd ~/Documents/dIGITAE/Repositorios && ll && say Listos pachar código'
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias puertos='sudo lsof -PiTCP -sTCP:LISTEN'
alias compara='git remote show origin'
alias c='clear'
alias cl='clear && ll'
alias st='git status'
alias iplocal='ifconfig | grep "inet " | grep -v 127.0.0.1 | cut -d\ -f2'
alias ipisp='dig +short myip.opendns.com @resolver1.opendns.com'
alias composer='php /usr/local/bin/composer.phar'
alias codear='code -r .'
alias log='git log --graph --oneline --decorate'
alias matrix='termsaver matrix -g 15 -z'
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PS1="💀 \u@\h \[\033[32m\]\W\[\033[33m\]\$(parse_git_branch)\[\033[00m\] 🇲🇽 $ "
export PATH="/Applications/XAMPP/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin:$PATH"
alias c='clear'
alias cl='clear && ll'
@Balamut49
Copy link

('MSXML2.XMLHTTP.3.0')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment