summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2026-02-16 01:19:08 +0100
committernavewindre <boneyaard@gmail.com>2026-02-16 01:20:00 +0100
commit63321658035a6ad9f16ee80f27655d82316702ff (patch)
treea17d929e41860be3e6c0ff89d3bbd8cf9b20e433 /zshrc
parent6faa08dd69c775670f58a488c64aaa274132708a (diff)
a
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc17
1 files changed, 11 insertions, 6 deletions
diff --git a/zshrc b/zshrc
index 176c399..13f7e67 100644
--- a/zshrc
+++ b/zshrc
@@ -1,13 +1,16 @@
export VCPKG_ROOT=/home/aura/code/vcpkg
+export VITASDK=/usr/local/vitasdk
export PATH=$VCPKG_ROOT:$PATH
export PATH=$HOME/bin:/usr/local/bin:$HOME/.cargo/bin:$PATH
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/platform-tools
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools-bin
+export PATH=$VITASDK/bin:$PATH
-fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
+source ~/.keys
+fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
source <(fzf --zsh)
if [[ -f '$HOME/linuxbrew/.linuxbrew/bin/brew' ]]; then
@@ -104,11 +107,13 @@ if [ -f '/home/aurelia/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/aur
zstyle ':completion:*' menu select
fpath+=~/.zfunc
-if [[ -f '$HOME/.lscolors' ]]; then
- source ~/.lscolors
-fi
+source ~/.lscolors
+source ~/.profile
-if [[ -f '$HOME/.profile' ]]; then
- source ~/.profile
+if [[ $TTY =~ '/dev/tty'* ]]; then
+else
+ if [[ -f ~/.todo ]]; then
+ ~/.todo
+ fi
fi