2013-06-11 12:58:25 +00:00
|
|
|
# Advanced Aliases.
|
|
|
|
# Use with caution
|
|
|
|
#
|
|
|
|
|
|
|
|
# ls, the common ones I use a lot shortened for rapid fire usage
|
|
|
|
alias l='ls -lFh' #size,show type,human readable
|
|
|
|
alias la='ls -lAFh' #long list,show almost all,show type,human readable
|
|
|
|
alias lr='ls -tRFh' #sorted by date,recursive,show type,human readable
|
|
|
|
alias lt='ls -ltFh' #long list,sorted by date,show type,human readable
|
|
|
|
alias ll='ls -l' #long list
|
|
|
|
alias ldot='ls -ld .*'
|
|
|
|
alias lS='ls -1FSsh'
|
|
|
|
alias lart='ls -1Fcart'
|
|
|
|
alias lrt='ls -1Fcrt'
|
|
|
|
|
2020-05-23 15:21:50 +00:00
|
|
|
alias zshrc='${=EDITOR} ${ZDOTDIR:-$HOME}/.zshrc' # Quick access to the .zshrc file
|
2013-06-11 12:58:25 +00:00
|
|
|
|
|
|
|
alias grep='grep --color'
|
2013-06-12 09:54:08 +00:00
|
|
|
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS} '
|
2013-06-11 12:58:25 +00:00
|
|
|
|
|
|
|
alias t='tail -f'
|
|
|
|
|
|
|
|
# Command line head / tail shortcuts
|
|
|
|
alias -g H='| head'
|
|
|
|
alias -g T='| tail'
|
|
|
|
alias -g G='| grep'
|
|
|
|
alias -g L="| less"
|
|
|
|
alias -g M="| most"
|
|
|
|
alias -g LL="2>&1 | less"
|
|
|
|
alias -g CA="2>&1 | cat -A"
|
|
|
|
alias -g NE="2> /dev/null"
|
|
|
|
alias -g NUL="> /dev/null 2>&1"
|
|
|
|
alias -g P="2>&1| pygmentize -l pytb"
|
|
|
|
|
2014-02-14 00:41:38 +00:00
|
|
|
alias dud='du -d 1 -h'
|
2013-06-11 12:58:25 +00:00
|
|
|
alias duf='du -sh *'
|
2020-12-09 20:20:01 +00:00
|
|
|
(( $+commands[fd] )) || alias fd='find . -type d -name'
|
2013-06-11 12:58:25 +00:00
|
|
|
alias ff='find . -type f -name'
|
|
|
|
|
|
|
|
alias h='history'
|
|
|
|
alias hgrep="fc -El 0 | grep"
|
|
|
|
alias help='man'
|
|
|
|
alias p='ps -f'
|
|
|
|
alias sortnr='sort -n -r'
|
|
|
|
alias unexport='unset'
|
|
|
|
|
|
|
|
alias rm='rm -i'
|
|
|
|
alias cp='cp -i'
|
|
|
|
alias mv='mv -i'
|
|
|
|
|
|
|
|
# zsh is able to auto-do some kungfoo
|
|
|
|
# depends on the SUFFIX :)
|
2020-02-10 20:19:03 +00:00
|
|
|
autoload -Uz is-at-least
|
2015-12-11 01:06:01 +00:00
|
|
|
if is-at-least 4.2.0; then
|
2013-06-11 12:58:25 +00:00
|
|
|
# open browser on urls
|
2016-11-02 10:02:58 +00:00
|
|
|
if [[ -n "$BROWSER" ]]; then
|
2018-08-09 18:48:45 +00:00
|
|
|
_browser_fts=(htm html xhtml de org net com at cx nl se dk)
|
2020-09-04 19:56:04 +00:00
|
|
|
for ft in $_browser_fts; do alias -s $ft='$BROWSER'; done
|
2016-11-02 10:02:58 +00:00
|
|
|
fi
|
2013-06-11 12:58:25 +00:00
|
|
|
|
2018-08-09 18:47:16 +00:00
|
|
|
# open editable text files in text editor
|
|
|
|
if [[ -n "$VISUAL" ]] || [[ -n "$EDITOR" ]]; then
|
2018-08-09 18:48:45 +00:00
|
|
|
_aliases_launch_editor() {
|
|
|
|
# directly launch matched files with executable bit and shebang present
|
|
|
|
if [[ -x "${1}" ]]; then
|
|
|
|
read -r <"${1}"
|
|
|
|
if [[ ${#REPLY} -ge 3 ]] && [[ ${REPLY:0:2} = '#!' ]]; then
|
|
|
|
"$@"
|
|
|
|
return $?
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [[ -n "$VISUAL" ]]; then
|
|
|
|
$VISUAL "$@"
|
|
|
|
else
|
|
|
|
$EDITOR "$@"
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
# Taken from the /language/metadata/property[name="globs"] sections of the
|
|
|
|
# gtksourceview language definition files in
|
|
|
|
# /usr/share/gtksourceview-3.0/language-specs/*.lang
|
|
|
|
_editor_fts=(
|
|
|
|
abnf as adb ads 4th forth asp am awk prg bib bsv boo cg h c cmake ctest
|
|
|
|
cbl cob cbd cdb cdc hh hp hpp h++ cpp cxx cc C c++ cs css CSSL csv cu cuh
|
|
|
|
desktop kdelnk diff patch rej d docbook bat cmd sys dot gv dpatch dtd dtl
|
|
|
|
e eif erl hrl fcl frt fs f f90 f95 for F F90 fs g gd gi gap gdb gs glslv
|
|
|
|
glslf go groovy hs lhs hx pro idl igm ini jade pug java js node ijs json
|
|
|
|
geojson topojson jl kt tex ltx sty cls dtx ins bbl l lex flex la lai lo
|
|
|
|
ll logcat lua m4 ac in make mak mk page markdown md mkd m mac MAC dem DEM
|
|
|
|
wxm WXM build mo mop mxml n nrx nai nsh m j ml mli mll mly ocl ooc sign
|
|
|
|
impl cl p pas txt TXT pl pm al perl t php php3 php4 phtml pig pc po pot
|
|
|
|
prolog proto pp py3 py pyw R Rout r Rhistory Rtspec rst rb rake gemspe rs
|
|
|
|
scala scm sce sci sh bash sml sig rq sql rnw Rnw snw Snw swift sv svh t2t
|
|
|
|
tcl tk tera texi texinfo thrift toml tml lock vala vapi vb v vhd xml xspf
|
|
|
|
siv smil smi sml kino xul xbel abw zabw glabe jnlp mml rdf rss wml xmi fo
|
|
|
|
xslfo xslt xsl y yacc yaml yml
|
|
|
|
)
|
|
|
|
for ft in $_editor_fts; do alias -s $ft=_aliases_launch_editor; done
|
2018-08-09 18:47:16 +00:00
|
|
|
fi
|
2013-06-11 12:58:25 +00:00
|
|
|
|
2018-08-09 18:10:29 +00:00
|
|
|
# open image files in image viewer
|
2016-11-02 10:17:58 +00:00
|
|
|
if [[ -n "$XIVIEWER" ]]; then
|
2018-08-09 18:10:29 +00:00
|
|
|
# List inspired by https://en.wikipedia.org/wiki/Image_file_formats
|
|
|
|
_image_fts=(
|
|
|
|
#: Raster formats
|
|
|
|
# JPEG, JPEG2000, HEIF/HEVC, JBIG
|
|
|
|
jpg jpeg jpe jif jfif jfi jp2 j2k jpf jpx jpm mj2 heif heic jbg jbig
|
|
|
|
# BMP, BPG, GIF, ICO/ANI, PCX, PNG+MNG, TGA, TIFF, WebP (Web)
|
|
|
|
bmp bpg gif dib ico cur ani pcx png mng tga tiff tif webp
|
|
|
|
# NetPBM, XBM/XPM/XWD (ASCII)
|
|
|
|
pbm bgm ppm pnm xbm xpm xwd
|
|
|
|
# CIFF, DNG, DPX, ECW, FITS, ICS, RGBE (HDR & Raw)
|
|
|
|
crw dng dpx ecw fits ics ids fit fts hdr
|
|
|
|
# DDS ICNS OpenRaster SunRaster (Other)
|
|
|
|
dds icns ora ras sun
|
|
|
|
#: Vector formats
|
|
|
|
# CGM WMF Gerber IGES SVG
|
|
|
|
cgm wmf emf wmz emz gbr iges svg svgz
|
|
|
|
)
|
2020-09-04 19:56:04 +00:00
|
|
|
for ft in $_image_fts; do alias -s $ft='$XIVIEWER'; done
|
2016-11-02 10:17:58 +00:00
|
|
|
fi
|
2013-06-11 12:58:25 +00:00
|
|
|
|
2016-10-08 06:26:10 +00:00
|
|
|
_media_fts=(ape avi flv m4a mkv mov mp3 mpeg mpg ogg ogm rm wav webm)
|
2016-11-02 10:03:47 +00:00
|
|
|
for ft in $_media_fts; do alias -s $ft=mplayer; done
|
2013-06-11 12:58:25 +00:00
|
|
|
|
|
|
|
#read documents
|
|
|
|
alias -s pdf=acroread
|
|
|
|
alias -s ps=gv
|
|
|
|
alias -s dvi=xdvi
|
|
|
|
alias -s chm=xchm
|
|
|
|
alias -s djvu=djview
|
|
|
|
|
|
|
|
#list whats inside packed file
|
|
|
|
alias -s zip="unzip -l"
|
|
|
|
alias -s rar="unrar l"
|
|
|
|
alias -s tar="tar tf"
|
|
|
|
alias -s tar.gz="echo "
|
|
|
|
alias -s ace="unace l"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Make zsh know about hosts already accessed by SSH
|
|
|
|
zstyle -e ':completion:*:(ssh|scp|sftp|rsh|rsync):hosts' hosts 'reply=(${=${${(f)"$(cat {/etc/ssh_,~/.ssh/known_}hosts(|2)(N) /dev/null)"}%%[# ]*}//,/ })'
|