updates
This commit is contained in:
5
aliases
5
aliases
@@ -17,13 +17,10 @@ alias ta="tmux a -t"
|
|||||||
alias tn="tmux new-session -s"
|
alias tn="tmux new-session -s"
|
||||||
alias gcc="gcc -g"
|
alias gcc="gcc -g"
|
||||||
alias hora='date "+%H:%M:%S"'
|
alias hora='date "+%H:%M:%S"'
|
||||||
alias ap="open /Applications/AirPods.app"
|
|
||||||
alias wthr='curl wttr.in/san_luis_obispo'
|
alias wthr='curl wttr.in/san_luis_obispo'
|
||||||
alias nf='cl; neofetch; neofetch | grep OS | cut -d " " -f2 -f3 -f4 -f5 -f6 | figlet -w 100; shownetinfo && lab && batt'
|
alias nf='cl; neofetch; neofetch | grep OS | cut -d " " -f2 -f3 -f4 -f5 -f6 | figlet -w 100; shownetinfo && lab && batt'
|
||||||
|
|
||||||
# School
|
# School
|
||||||
alias glp='~/Development/gp.sh'
|
alias gp='~/Development/gp.sh'
|
||||||
alias os="ssh unix3 -t '//home/smparkin/centos/usr/bin/tmux a -t os'"
|
|
||||||
alias se="ssh marsonia -t 'tmux a -t se'"
|
|
||||||
alias 429='cd "/Users/smparkin/Library/Mobile Documents/com~apple~CloudDocs/CalPoly/2020-21/Fall20/CSC 429"'
|
alias 429='cd "/Users/smparkin/Library/Mobile Documents/com~apple~CloudDocs/CalPoly/2020-21/Fall20/CSC 429"'
|
||||||
alias 321='cd "/Users/smparkin/Library/Mobile Documents/com~apple~CloudDocs/CalPoly/2020-21/Fall20/CPE 321"'
|
alias 321='cd "/Users/smparkin/Library/Mobile Documents/com~apple~CloudDocs/CalPoly/2020-21/Fall20/CPE 321"'
|
||||||
|
|||||||
@@ -21,9 +21,6 @@ function shownetinfo() {
|
|||||||
echo -en ", external $GW"
|
echo -en ", external $GW"
|
||||||
echo -en ", router $NET"
|
echo -en ", router $NET"
|
||||||
fi
|
fi
|
||||||
tput setaf 7
|
|
||||||
tput bold
|
|
||||||
echo -en " | "
|
|
||||||
tput sgr0
|
tput sgr0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
1
zshrc
1
zshrc
@@ -41,7 +41,6 @@ export EDITOR="/usr/local/bin/vim"
|
|||||||
export PATH="/usr/local/sbin:$PATH"
|
export PATH="/usr/local/sbin:$PATH"
|
||||||
export PATH="/usr/local/opt/openssl/bin:$PATH"
|
export PATH="/usr/local/opt/openssl/bin:$PATH"
|
||||||
shownetinfo
|
shownetinfo
|
||||||
lab
|
|
||||||
if [ "$OSTYPE" = "Linux" ]; then
|
if [ "$OSTYPE" = "Linux" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
elif [ "$OSTYPE" = "Darwin" ]; then
|
elif [ "$OSTYPE" = "Darwin" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user