Guest User

Untitled

a guest
Dec 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # if running bash
  4. if [ -n "$BASH_VERSION" ]; then
  5. # include .bashrc if it exists
  6. if [ -f "$HOME/.bashrc" ]; then
  7. . "$HOME/.bashrc"
  8. fi
  9. fi
  10.  
  11. #if hash screenfetch 2>/dev/null; then
  12. # screenfetch
  13. #fi
  14.  
  15. if [ -a ~/.bash_prompt ]; then
  16. . ~/.bash_prompt
  17. fi
Add Comment
Please, Sign In to add comment