File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 36
36
37
37
export CVS_RSH=ssh
38
38
39
+ # shellcheck disable=SC2142
39
40
alias historysummary=" history | awk '{a[\$ 2]++} END{for(i in a){printf \" %5d\t%s\n\" ,a[i],i}}' | sort -rn | head"
40
41
41
42
if [ -x /bin/vim ]; then
@@ -76,6 +77,7 @@ alias external_ip="curl -s icanhazip.com"
76
77
alias myip=" dig +short myip.opendns.com @resolver1.opendns.com"
77
78
78
79
# Show laptop's IP addresses
80
+ # shellcheck disable=2139
79
81
alias ips=" ifconfig -a | perl -nle'/(\d+\.\d+\.\d+\.\d+)/ && print $1 '"
80
82
81
83
alias reattach=" screen -r"
@@ -151,6 +153,7 @@ alias ...="cd ../.."
151
153
152
154
# Honor old .zsh_aliases.local customizations, but print depecation warning.
153
155
if [ -f ~ /.zsh_aliases.local ]; then
156
+ # shellcheck disable=SC1090
154
157
source ~ /.zsh_aliases.local
155
158
echo " .zsh_aliases.local is deprecated. Make entries in files in ~/.zshrc.d instead."
156
159
fi
You can’t perform that action at this time.
0 commit comments