Skip to content

Instantly share code, notes, and snippets.

@abelperezlindo
Last active December 14, 2022 15:46
Show Gist options
  • Save abelperezlindo/e9e15e3745d68b8b4ab817671048de72 to your computer and use it in GitHub Desktop.
Save abelperezlindo/e9e15e3745d68b8b4ab817671048de72 to your computer and use it in GitHub Desktop.
Mis alias
# Mis alias
# Respetar los drupal coding standarts
alias drupalcs="phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml"
# Mejorar el log de git
alias glog='git log --graph -50 --oneline'
# Descomprimir tar gz con "untar"
alias untar='tar -xvzf'
# copy output
alias copy="| xclip -selection clipboard"
# Al abrir una consola ...
printf "\nHoy es: "
date +" %A %d/%m/%Y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment