Tutorials and more
Monday, May 1, 2017
Edit ~/.bash_profile to add shortcuts
steps:
Open Terminal
$vi ~/.bash_profile
Add below:
alias ll='ls -l'
alias f='find . -name '
alias subl='open -a "Sublime Text"'
Done.
Open new terminal enter ll
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment