Guest User

Untitled

a guest
Jan 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. cat <<-"ALIASES" >> ~/.profile
  2. alias1="some_command"
  3. alias2="some_command"
  4. ALIASES
  5. source /etc/bash.bashrc
Add Comment
Please, Sign In to add comment