save
This commit is contained in:
21
zsh/.zprofile
Normal file
21
zsh/.zprofile
Normal file
@@ -0,0 +1,21 @@
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
export XDG_DOWNLOAD_DIR="$HOME/downloads"
|
||||
export XDG_PROJECTS_DIR="$HOME/programming"
|
||||
|
||||
export XDG_DESKTOP_DIR="$HOME/.local/desktop"
|
||||
export XDG_DOCUMENTS_DIR="$HOME/documents"
|
||||
export XDG_MUSIC_DIR="$HOME/media"
|
||||
export XDG_PICTURES_DIR="$HOME/media"
|
||||
export XDG_PUBLICSHARE_DIR="$HOME/media"
|
||||
export XDG_TEMPLATES_DIR="$HOME/media"
|
||||
export XDG_VIDEOS_DIR="$HOME/media"
|
||||
|
||||
export EDITOR=nvim
|
||||
export SUDO_EDITOR=nvim
|
||||
|
||||
export GOPATH="$HOME/.local/go"
|
||||
|
||||
export PATH="$HOME/.local/bin:$HOME/.local/go/bin:$HOME/opt/bin:$HOME/.cargo/bin:$PATH"
|
||||
export LD_LIBRARY_PATH="$HOME/opt/lib:${LD_LIBRARY_PATH:-}"
|
||||
Reference in New Issue
Block a user