3 lines
116 B
Bash
3 lines
116 B
Bash
export XDG_CONFIG_HOME="$HOME/.config"
|
|
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
|
. "/home/wball/.local/share/cargo/env"
|