Various Additional files

This commit is contained in:
Sheppy
2017-05-23 23:46:55 +02:00
parent fa662b9ac5
commit 6f805b8cc7
10 changed files with 178 additions and 0 deletions

1
zshrc
View File

@@ -122,6 +122,7 @@ function qfind {
}
alias pcolor='for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i} "; if [[ $(((($i+3)/6)*6)) -eq $(($i+3)) ]]; then echo; fi; done'
alias "ipconf"="ip addr show"
alias 'vpn?'='ps -ef | grep openvpn | grep -v grep'
## General ##
if [[ $HOST =~ atlantis* ]]; then