update to cpsecurity
This commit is contained in:
5
aliases
5
aliases
@@ -22,7 +22,4 @@ alias nf='cl; neofetch; shownetinfo && batt'
|
|||||||
alias servers='python3 /Users/smparkin/Development/server_stats/servers.py'
|
alias servers='python3 /Users/smparkin/Development/server_stats/servers.py'
|
||||||
|
|
||||||
# School
|
# School
|
||||||
alias 429='cd /Users/smparkin/Library/Mobile\ Documents/com\~apple\~CloudDocs/CalPoly/2020-21/Winter21/CSC429'
|
alias 305='cd /Users/smparkin/Library/Mobile\ Documents/com\~apple\~CloudDocs/CalPoly/2020-21/Spring21/CSC305'
|
||||||
alias 484='cd /Users/smparkin/Library/Mobile\ Documents/com\~apple\~CloudDocs/CalPoly/2020-21/Winter21/CSC484'
|
|
||||||
alias 402='cd /Users/smparkin/Library/Mobile\ Documents/com\~apple\~CloudDocs/CalPoly/2020-21/Winter21/CSC402'
|
|
||||||
alias 217='cd /Users/smparkin/Library/Mobile\ Documents/com\~apple\~CloudDocs/CalPoly/2020-21/Winter21/COMS217'
|
|
||||||
|
|||||||
@@ -44,6 +44,6 @@ function lab() {
|
|||||||
tput setaf 7; tput bold; echo -en "Lab: "
|
tput setaf 7; tput bold; echo -en "Lab: "
|
||||||
tput sgr0
|
tput sgr0
|
||||||
tput setaf 7
|
tput setaf 7
|
||||||
echo -en $(curl -s https://thewhitehat.club/api/v1/status | jq ".data.status" | tr -d "\"")
|
echo -en $(curl -s https://cpsecurity.club/api/v1/status | jq ".data.status" | tr -d "\"")
|
||||||
tput sgr0
|
tput sgr0
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
[user]
|
[user]
|
||||||
name = Stephen
|
name = Stephen Parkinson
|
||||||
email = smparkin@calpoly.edu
|
email = smparkin@calpoly.edu
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
|
|||||||
Reference in New Issue
Block a user