Code Sample |
#!/bin/bash #make sure you start this from aterm, not the root console source $HOME/.alias path/to/graphical-application & |
Code Sample |
alias ll="ls -lhaFC" alias reboot="sudo shutdown -r +5 " alias fastreboot="sudo shutdown -r now Brb. Sorry." |