Last active
December 14, 2022 15:46
-
-
Save abelperezlindo/e9e15e3745d68b8b4ab817671048de72 to your computer and use it in GitHub Desktop.
Mis alias
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
# 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