Skip to content

Instantly share code, notes, and snippets.

@regiszanandrea
Created April 1, 2021 11:52
Show Gist options
  • Save regiszanandrea/bb88b737af03e20ce7ccdee0d7f2caa5 to your computer and use it in GitHub Desktop.
Save regiszanandrea/bb88b737af03e20ce7ccdee0d7f2caa5 to your computer and use it in GitHub Desktop.
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