Skip to content

Instantly share code, notes, and snippets.

@guigur
Created January 29, 2020 15:57
Show Gist options
  • Save guigur/ed37457e4e6a1b6ef70bb00cdb69ca0c to your computer and use it in GitHub Desktop.
Save guigur/ed37457e4e6a1b6ef70bb00cdb69ca0c to your computer and use it in GitHub Desktop.
un alias de qualité
alias od='if [ $# = 0 ]; then cd .; else cd $1; fi && ls'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment