Mittwoch, 8. Februar 2012

Alias für die Textkonsole

Ich habe eine .bash_aliases angelegt mit:

alias dum='du --max-depth=1 -h'
alias ssh-add-bbb='ssh-add /home/henry/.ssh/id_rsa/xyz'
alias grep='grep --color=auto'

Für vereinfachte ssh-Aufrufe nutze ich die config in .ssh - für systemweite Textbausteine AutoKey (die Tastenkombination [Sys]+K vergesse sich immer wieder)

Inspirationsquelle: http://zinformatik.de/linux/praktische-alias-kommandos-fur-die-bash/

Keine Kommentare:

Kommentar veröffentlichen