Guest User

Untitled

a guest
Jul 17th, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.14 KB | None | 0 0
  1. if [ -f ~/.aliases ]; then
  2.     . ~/.aliases
  3. fi
  4. if [ -d "$HOME/scripts" ] ; then
  5.   PATH="$PATH:$HOME/scripts"
  6. fi
  7. export TERM=xterm-256color
Add Comment
Please, Sign In to add comment