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

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

export XDG_CONFIG_HOME="$HOME/.config"

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

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

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