Created
May 31, 2020 17:56
-
-
Save fmagrosoto/e987ce491fc7c4e92d332e81403265db to your computer and use it in GitHub Desktop.
Configuración de mi .bash_profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
('MSXML2.XMLHTTP.3.0')