Update dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl
This commit is contained in:
parent
0cb6b3396d
commit
3f0161ea84
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ export XDG_RUNTIME_DIR=
|
|||
{{- else -}}
|
||||
"/tmp"
|
||||
{{- end }}
|
||||
{{- if not .host.headless }}
|
||||
{{ if not .host.headless }}
|
||||
export XDG_MUSIC_DIR="$HOME/Music"
|
||||
export XDG_VIDEOS_DIR="$HOME/Videos"
|
||||
export XDG_DESKTOP_DIR="$HOME/Desktop"
|
||||
|
@ -26,7 +26,7 @@ export XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
|||
export XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||
export XDG_TEMPLATES_DIR="$HOME/Templates"
|
||||
export XDG_PUBLICSHARE_DIR="$HOME/Public"
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
|
||||
### Theme
|
||||
export COLOR_SCHEME=dark
|
||||
|
@ -37,7 +37,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
|
|||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export SSH_KEY_PATH="~/.ssh/id_rsa"
|
||||
|
||||
{{- if eq .host.distro.family "linux" -}}
|
||||
{{ if eq .host.distro.family "linux" }}
|
||||
### Homebrew
|
||||
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
|
||||
export HOMEBREW_PREFIX="/home/linuxbrew/.linuxbrew"
|
||||
|
@ -50,7 +50,7 @@ if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
|
|||
fi
|
||||
{{ end }}
|
||||
|
||||
{{- if eq .host.distro.id "darwin" }}
|
||||
{{ if eq .host.distro.id "darwin" }}
|
||||
### Android Studio
|
||||
if [ -d ~/Library/Android ]; then
|
||||
export PATH="$PATH:~/Library/Android/sdk/cmdline-tools/latest/bin"
|
||||
|
|
Loading…
Reference in a new issue