From 3f0161ea84b148abdb12e5f43ff132ef4135978f Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 25 Nov 2022 05:14:14 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl --- .../chezmoi/home/private_dot_config/shell/exports.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl b/dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl index 097c54e8..356d0cbe 100644 --- a/dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl +++ b/dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl @@ -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"