Skip to content

Instantly share code, notes, and snippets.

@ivansabik
Last active November 10, 2015 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivansabik/34066d5fa010e54b920b to your computer and use it in GitHub Desktop.
Save ivansabik/34066d5fa010e54b920b to your computer and use it in GitHub Desktop.
Add permanent alias for CLI
#!/bin/bash
echo "alias cls='clear'" >> ~/.bash_aliases && source ~/.bash_aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment