revert(zsh): remove obsolete scripts

- alert
- steam
- vita
primary
George Rawlinson 2018-07-23 12:39:59 +12:00
parent 7e11fa3e53
commit 95764aef08
3 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'

View File

@ -1,2 +0,0 @@
# Force Steam to close to tray instead of remaining open
export STEAM_FRAME_FORCE_CLOSE=1

View File

@ -1,3 +0,0 @@
# Define VITASDK & export to $PATH
export VITASDK=/usr/local/vitasdk
export PATH="$VITASDK/bin:$PATH"