charlesbaptista_html

Source for my website; charlesbaptista.com
Log | Files | Refs

.bashrc (196B)


      1 #
      2 # ~/.bashrc
      3 #
      4 
      5 # If not running interactively, don't do anything
      6 
      7 [[ $- != *i* ]] && return
      8 
      9 alias ls='ls --color=auto'
     10 alias wifiscan='sudo iw dev wlp2s0 scan |grep SSID'
     11 
     12 PS1='[\u@\h \W]\$ '
     13