diff --git a/aliases b/aliases index 493d31b..13a0206 100644 --- a/aliases +++ b/aliases @@ -17,13 +17,10 @@ alias ta="tmux a -t" alias tn="tmux new-session -s" alias gcc="gcc -g" alias hora='date "+%H:%M:%S"' -alias ap="open /Applications/AirPods.app" 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' # School -alias glp='~/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 gp='~/Development/gp.sh' 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"' diff --git a/functions b/functions index dd2708d..8dfd6be 100644 --- a/functions +++ b/functions @@ -21,9 +21,6 @@ function shownetinfo() { echo -en ", external $GW" echo -en ", router $NET" fi - tput setaf 7 - tput bold - echo -en " | " tput sgr0 } diff --git a/zshrc b/zshrc index 4c82ad5..cc0a42d 100644 --- a/zshrc +++ b/zshrc @@ -41,7 +41,6 @@ export EDITOR="/usr/local/bin/vim" export PATH="/usr/local/sbin:$PATH" export PATH="/usr/local/opt/openssl/bin:$PATH" shownetinfo -lab if [ "$OSTYPE" = "Linux" ]; then echo "" elif [ "$OSTYPE" = "Darwin" ]; then