Hallo zusammen,
anbei meine .bash_aliases:
-- schnipp --
# Author: Georg Maubach
# Created: 2018-09-07
# Update: 2018-09-07
# File: .bash_aliases
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval
"$(dircolors -b)"
# GMA 2018-09-07: Unix essentials
export LS_OPTIONS='-F --color=auto --show-control-chars' # from git_bash 4
Windows, F = Indikator aus "*/=>@|" anhaengen
# GMA 2018-09-07: Safety
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# GMA 2018-09-07: Directory management
alias md='mkdir'
alias rd="rmdir"
alias ls="ls $LS_OPTIONS"
alias ll='ls $LS_OPTIONS -l'
alias la='ls $LS_OPTIONS -al' # all without . and ..
alias lA='ls $LS_OPTIONS -Al' # all
alias lc='ls $LS_OPTIONS -C' # C = spaltenweise
alias ..='cd ..'
alias up='cd ..'
alias dir='ls $LS_OPTIONS'
alias vdir='vdir $LS_OPTIONS'
# GMA 2018-09-07: grep
alias grep='grep -$LS_OPTIONS'
alias fgrep='fgrep $LS_OPTIONS'
alias egrep='egrep $LS_OPTIONS'
# GMA 2018-09-07: Media
alias cdrom='mount -t iso9660 -r /dev/cdrom /media/cdrom'
# GMA 2018-09-07: Translate
alias dspell='ispell -t -T latin1'
# GMA 2018-09-07: Miscellaneous
alias h='history'
alias l='less'
alias cls=clear
fi
-- schnipp --
Nutzt Ihr Weiteres/Anderes, um Euch die Arbeit zu erleichtern?
Viele Grüße
Georg
_______________________________________________
Trolug_trolug.de mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/trolug_trolug.de