upload dotfiles
This commit is contained in:
parent
c79eb9fc65
commit
ac383289c7
337 changed files with 3187 additions and 0 deletions
17
.config/zsh/.zprofile
Normal file
17
.config/zsh/.zprofile
Normal file
|
@ -0,0 +1,17 @@
|
|||
export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)"
|
||||
|
||||
unsetopt PROMPT_SP 2>/dev/null
|
||||
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="foot-client"
|
||||
export BROWSER="librewolf"
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
# HOME cleanup
|
||||
export ZDOTDIR=$HOME/.config/zsh
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
|
||||
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
Loading…
Add table
Add a link
Reference in a new issue