Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Post your bash aliases.

Name: Anonymous 2008-04-02 6:23

Basically post the output of cat ~/.bashrc|grep alias and share your aliases. Mine:

#security aliases
alias cp='cp -iv'
alias rm='rm -iv'
alias mv='mv -iv'
#ease of use aliases
alias halp=help
alias ls='ls --color=auto -X'
alias ll='ls --color=auto -lXh'
alias cal='cal -m'
alias chmod='chmod -c'
alias kthx=clear
alias kthxbai=exit
alias hadoken='rm -f'
alias genkidama='rm -rf'
#cd aliases
alias ..='cd ..'
alias ~='cd ~'

The recommended security aliases, some to ease navigation with cd, some with prefered arguments and some silly ones.

Also, a flamefest of consoles is welcome as I would like to know others aside from bash.

Name: Anonymous 2008-04-03 2:50

The first five involve my flash drives, ipod, and externals not surprisingly; those mainly exist just to limit the number of times I have to use the shift key.

alias akiha='cd /Volumes/AKIHA'
alias ciel='cd /Volumes/CIEL'
alias hisui='cd /Volumes/Hisui'
alias kohaku='cd /Volumes/KOHAKU'
alias ren='cd /Volumes/REN'
alias c='clear'
alias ls='ls -Gx'
alias manga='mogrify -resize "x1200 >"'
alias mgain='mp3gain -a'
alias mpc='mpc --format "[[%artist% [{%album%}] - ]%title%]|file]"'
alias o='open'
alias v='vim'

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List