dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0bfc650617dad769ee8b4dd37efb8f0361b5b9ef
parent 2a68b4585ebb357cf0166192268f2e89fef5091b
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Tue, 28 Aug 2012 13:26:52 +0200

Commonly used mpg123 command aliased as 'play'

Diffstat:
M.bashrc | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -58,9 +58,8 @@ fi alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' -alias ls='ls $LS_OPTIONS -hF' -alias c="clear" - +#alias ls='ls $LS_OPTIONS -hF' +alias play='mpg123 --title -C' # Set bash title for certain terminals #echo -n -e "\033]0;`hostname`\007"