Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # .bashrc
  2.  
  3. # Source global definitions
  4. if [ -f /etc/bashrc ]; then
  5. . /etc/bashrc
  6. fi
  7.  
  8. # User specific aliases and functions
  9. PS1='\[\033k\033\\\][\u@\h \W]\$ '
  10.  
  11. alias ll='ls -l --color=auto' 2>/dev/null
  12. alias l.='ls -d .* --color=auto' 2>/dev/null
  13. alias ls='ls --color=auto' 2>/dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement