Skip to content

Instantly share code, notes, and snippets.

@Wilsonilo
Last active January 5, 2018 15:38
Show Gist options
  • Save Wilsonilo/ae65fc51e8171588997f8208d32e7693 to your computer and use it in GitHub Desktop.
Save Wilsonilo/ae65fc51e8171588997f8208d32e7693 to your computer and use it in GitHub Desktop.
Just a simple profile and bash aliases that i like to use.
echo ""
echo " _/ _/ _/ _/ "
echo " _/ _/ _/_/ _/_/ "
echo " _/ _/ _/ _/ _/ _/ "
echo " _/ _/ _/ _/ _/ "
echo " _/ _/ _/ _/ "
echo "\n\n"
echo -n "Today: "; date "+%d-%m-%Y %H:%M:%S"
echo "\n"
#cal
#echo -n "Uptime: "; uptime
#echo "\n"
alias showall='ls -la'
alias home='cd ~'
alias up='cd..'
alias clientes='cd /Users/wilson/Google\ Drive/WORK/CLIENTES'
alias dev='cd /Volumes/WIL/TESTING'
alias zprofile='nano /Users/wilson/.zprofile'
alias gitempty='git commit -am.'
#PS1="\t:\u\$>"
#Plugins (need install of ccat and lsp)
alias cat="ccat"
alias ls="lsp"
say "Welcome Back Sir" -v Samantha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment