Last active
January 5, 2018 15:38
-
-
Save Wilsonilo/ae65fc51e8171588997f8208d32e7693 to your computer and use it in GitHub Desktop.
Just a simple profile and bash aliases that i like to use.
This file contains 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
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