summaryrefslogtreecommitdiff
path: root/shell/zprofile
blob: 5cff05c805369b0348f0421af3ae71d799efee70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Rust binaries
export PATH=$PATH:$HOME/.cargo/bin/

# Local binaries / scripts
export PATH=$PATH:$HOME/.local/bin

# zshrc directory
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"

[[ -f ~/.zshrc ]] && . ~/.zshrc

[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec Hyprland