From 63321658035a6ad9f16ee80f27655d82316702ff Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 16 Feb 2026 01:19:08 +0100 Subject: a --- zshrc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'zshrc') 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 -- cgit v1.2.3