Blame


1 bc48c913 2013-11-29 schmidt.m ##############################################################################
2 2323a90b 2013-11-29 schmidt.m # Alias PUBLIC
3 bc48c913 2013-11-29 schmidt.m ##############################################################################
4 bc48c913 2013-11-29 schmidt.m
5 bc48c913 2013-11-29 schmidt.m if [ `uname` = FreeBSD ]
6 bc48c913 2013-11-29 schmidt.m then
7 bc48c913 2013-11-29 schmidt.m alias ls='ls -FGh'
8 bc48c913 2013-11-29 schmidt.m alias ll='ls -lo'
9 bc48c913 2013-11-29 schmidt.m alias rm='rm -P'
10 bc48c913 2013-11-29 schmidt.m alias helpcommand='man \!:1'
11 bc48c913 2013-11-29 schmidt.m alias df='df -t ufs,ext2fs,cd9660,msdosfs'
12 bc48c913 2013-11-29 schmidt.m alias fetch='fetch -p'
13 bc48c913 2013-11-29 schmidt.m elif [ `uname` = DragonFly ]
14 bc48c913 2013-11-29 schmidt.m then
15 bc48c913 2013-11-29 schmidt.m alias ls='ls -FGs'
16 bc48c913 2013-11-29 schmidt.m alias ll='ls -lo'
17 bc48c913 2013-11-29 schmidt.m alias rm='rm -I'
18 bc48c913 2013-11-29 schmidt.m alias cs='setenv CSCOPE_DB /usr/src/'
19 bc48c913 2013-11-29 schmidt.m elif [ `uname` = Darwin ]
20 bc48c913 2013-11-29 schmidt.m then
21 bc48c913 2013-11-29 schmidt.m export LSCOLORS=Dxfxcxdxbxegedabagacad
22 bc48c913 2013-11-29 schmidt.m alias ls='ls -FGs'
23 bc48c913 2013-11-29 schmidt.m alias ll='ls -lo'
24 bc48c913 2013-11-29 schmidt.m alias helpcommand='man \!:1'
25 bc48c913 2013-11-29 schmidt.m alias fetch='wget'
26 bc48c913 2013-11-29 schmidt.m elif [ `uname` = OpenBSD ]
27 bc48c913 2013-11-29 schmidt.m then
28 08408219 2017-03-08 matthias. export LSCOLORS=Dxfxcxdxbxegedabagacad
29 08408219 2017-03-08 matthias. alias ls='colorls -FGs'
30 08408219 2017-03-08 matthias. alias ll='ls -lo'
31 bc48c913 2013-11-29 schmidt.m elif [ `uname` = Linux ]
32 bc48c913 2013-11-29 schmidt.m then
33 08408219 2017-03-08 matthias. alias ls='ls --color=auto -h --file-type -s'
34 08408219 2017-03-08 matthias. alias ll='ls -l'
35 08408219 2017-03-08 matthias. alias rm='rm --preserve-root --one-file-system -I'
36 08408219 2017-03-08 matthias. alias dmesg='dmesg -THL'
37 08408219 2017-03-08 matthias. alias grep="grep --color=auto"
38 bc48c913 2013-11-29 schmidt.m export PAGER=less
39 bc48c913 2013-11-29 schmidt.m fi
40 bc48c913 2013-11-29 schmidt.m
41 69c8b2d0 2014-10-31 xhr alias j='jump'
42 17bc0af8 2014-06-08 xhr alias p='pushd'
43 17bc0af8 2014-06-08 xhr alias d='popd'
44 bc48c913 2013-11-29 schmidt.m alias g='git'
45 bc48c913 2013-11-29 schmidt.m alias sudo='sudo -H'
46 bc48c913 2013-11-29 schmidt.m alias mc='mc --color'
47 bc48c913 2013-11-29 schmidt.m alias xlock="xlock -mode blank +usefirst -timeout 5 -icongeometry 1x1 -bg black -fg darkgray -validate ' ' -invalid 'Hmm, bad ...' -username ' ' -password ' ' -font fixed +description -planfont fixed"
48 bc48c913 2013-11-29 schmidt.m alias oi='offlineimap -q'
49 bc48c913 2013-11-29 schmidt.m alias aterm="aterm +sb +tr -fg white -bg black -fn 6x13 -name 'xterm' -fade 40"
50 bc48c913 2013-11-29 schmidt.m alias mult="aterm -geometry 118x61+20+0 &; aterm -geometry 105x49+745+0 &; aterm -geometry 105x24+745+678 &"
51 bc48c913 2013-11-29 schmidt.m alias open="xdg-open"
52 bc48c913 2013-11-29 schmidt.m alias i3lock='i3lock -c 073642'
53 bc48c913 2013-11-29 schmidt.m alias chromium='chromium --disk-cache-dir=/tmp'
54 bc48c913 2013-11-29 schmidt.m alias ip6='ip -6'
55 ad69b28b 2014-01-06 xhr alias ipls='iptables -L -n -v --line-numbers'
56 ad69b28b 2014-01-06 xhr alias ip6ls='ip6tables -L -n -v --line-numbers'
57 d753109c 2014-03-30 xhr alias pdfpc='pdfpc --disable-cache -u 40'
58 d753109c 2014-03-30 xhr alias pdfpc-large='pdfpc --disable-cache -u 20'
59 22bd4edc 2014-11-02 xhr alias ssu='sudo -H su'
60 22bd4edc 2014-11-02 xhr alias cps='rsync --progress'
61 6dee0a38 2016-03-16 aur alias pwgen='pwgen -s'
62 f8f36a6d 2017-01-16 matthias. alias ostart='sudo systemctl start openvpn-client@ip.service'
63 f8f36a6d 2017-01-16 matthias. alias orestart='sudo systemctl restart openvpn-client@ip.service'
64 f8f36a6d 2017-01-16 matthias. alias ostop='sudo systemctl stop openvpn-client@ip.service'
65 f8f36a6d 2017-01-16 matthias. alias xstart='sudo systemctl start openvpn-client@xosc.service'
66 f8f36a6d 2017-01-16 matthias. alias xrestart='sudo systemctl restart openvpn-client@xosc.service'
67 f8f36a6d 2017-01-16 matthias. alias xstop='sudo systemctl stop openvpn-client@xosc.service'
68 9571b779 2015-06-23 xhr alias cal='cal --color=auto -w'
69 401d0b8f 2015-09-08 xhr alias mpv='mpv --no-audio-display'
70 d845f3df 2016-01-07 xhr alias dt='dtoggle'
71 c9231c34 2016-01-07 xhr alias tty-clock='tty-clock -s -c'
72 8d2dfa6a 2016-02-12 xhr alias lsblk='lsblk -o NAME,FSTYPE,RO,SIZE,TYPE,VENDOR,MOUNTPOINT'
73 8d2dfa6a 2016-02-12 xhr alias findmnt='findmnt -t noautofs,nocgroup,nodebugfs,notracefs,nofusectl,nomqeue,nohugetlbfs,noconfigfs,nopstore,nosecurityfs,nodevtmpfs,nodevpts,nomqeue -o TARGET,SOURCE,FSTYPE,SIZE,OPTIONS'
74 492fdfe0 2016-09-11 aur alias t='task'
75 579d80d4 2017-06-20 xhr alias doas='sudo'
76 2d2d1f88 2017-12-29 matthias. alias gps='sync ; git pull ; sync'