aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/profile
blob: 1aa97a3f88339b03f995eb2d27ad56820fcac0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)"
export ZDOTDIR="$HOME/.config/zsh"
export BROWSER="firefox"
export EDITOR="nvim"

export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DOWNLOAD_DIR="$HOME/downloads"
export PASSWORD_STORE_CLIP_TIME=5

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