Created
April 1, 2021 11:52
-
-
Save regiszanandrea/bb88b737af03e20ce7ccdee0d7f2caa5 to your computer and use it in GitHub Desktop.
This file contains 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
ZSH_THEME="agnoster" | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" | |
alias fixKeyboard='setxkbmap -model abnt -layout us -variant intl' | |
alias fixAltTab='killall -SIGQUIT gnome-shell && fixKeyboard' | |
alias sextou='ponto' | |
alias almoco='ponto && sleep 4230 && ponto' | |
alias mkae=make | |
alias amke=make | |
alias maek=make | |
alias c='clear' | |
alias bc='bc -l' | |
alias h='history' | |
alias grep='grep --color=auto' | |
alias egrep='egrep --color=auto' | |
alias fgrep='fgrep --color=auto' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment