-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaliases.sh
More file actions
executable file
·114 lines (82 loc) · 1.89 KB
/
Copy pathaliases.sh
File metadata and controls
executable file
·114 lines (82 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#! /bin/cat -n
# all alan"s aliases
# as ordered by strcmp()
# One quote might help in reading these files:
# "If in doubt, call it Fred", Dr. Mike Scott, Dublin City University, late 80s
# This list is quite long enough, we accept no other aliases, except '.'
# Thanks anyway
# `whyp.sh` sets `.`
_keep_dot=$(alias . 2>/dev/null | sed -e "s/.*=//" -e "s/'//g") # parses out any alias of '.'
unalias -a
[[ -n "$_keep_dot" ]] && alias .=$_keep_dot
# The wee x headings are counts
# all the wee aliases in this wee section have only one character, oui,
# Awwww.
# There is an alias for every letter
# albeit most are unused
# x
# Search for ' [a-z.-]*=' from here
# [0-9]* are in keys/1_0.sh
# a()
# b()
# c()
# alias d=
# e()
# f()
# g()
# h()
# alias i=
# j()
# k()
# l()
# alias m=
# alias n=
# alias o=
# p()
# q()
# Q()
# r= script
# alias s=
# t()
# alias u=
# v()
# alias w=
# x()
# y()
# z()
alias X='set -x'
alias Z='set +x'
alias ..='cdup'
alias p-="echo $OLDPWD"
alias r.="rm -rvf *"
alias z.="zm \*"
alias ...='cdupp'
alias acl=ack
alias bim=vim
alias cim=vim
alias doc="cde ~/Documents"
alias gti=git
#alias man=batman
alias out=to_release
alias sle="whyp_source ~/jalanb/local/environ.sh optional"
alias slp="whyp_source ~/jalanb/local/prompt optional"
alias spe="whyp_source ~/jab/environ.d/python.sh"
alias srr="sudo rm -vrf "
alias ....='cduppp'
alias comp="whyp_source ~/jab/environ.d/company.sh"
alias popp=pisd
alias .....='cdupppp'
alias mkenv=mkvirtualenv
alias print=printf
alias whihc=which
alias ......='cduppppp'
alias .......='cdupppppp'
alias quitely=quietly
alias service="sudo /sbin/service "
alias .........='cduppppppp'
alias .........='cdupppppppp'
alias stopwatch="killall -9 watch"
alias .........='cduppppppppp'
alias .........='cdupppppppppp'
alias ............='cduppppppppppp'
alias update_hosts="sudo python ~/jab/src/python/update_hosts.py"