Make .profile portable
This commit is contained in:
18
.zprofile
18
.zprofile
@ -1,18 +0,0 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# Default applications
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="alacritty"
|
||||
export BROWSER="firefox"
|
||||
export READER="zathura"
|
||||
|
||||
# XDG Base Directories
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
|
||||
# Application-specific config
|
||||
# export ALSA_CONFIG_PATH="$XDG_CONFIG_HOME/alsa/asoundrc"
|
||||
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
Reference in New Issue
Block a user