Changes

Jump to navigation Jump to search
no edit summary
Line 15: Line 15:  
alias vpn=/home/rafa/vpn.sh
 
alias vpn=/home/rafa/vpn.sh
 
  </nowiki>
 
  </nowiki>
 +
 +
== Some usefull alias ==
 +
*alias h="history" # quick access to command history
 +
*alias c="clear" # quick way to clear terminal screen
 +
*alias grep="grep —color -n" # colorize matches; show line numbers
 +
*alias df="df -h" # show free space using human readable units
 +
*alias du="du -sh" # show disk usage using human readable units
 +
*alias sc="source $HOME/.cshrc"
 +
*alias gousb="cd $USBDRIVE_PATH"

Navigation menu