Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 23, 2024
1 parent f53d048 commit 092fd34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/.chezmoitemplates/universal/packages
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{- $packages := list
"ack"
"age"
"awk"
"bash"
"bat"
"cmake"
Expand Down
2 changes: 2 additions & 0 deletions home/private_dot_config/shell/dot_bash_exports.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ export GPG_TTY=$(tty);

# Hyper
{{- if eq .host.distro.family "darwin" }}
{{- if not .host.headless }}
launchctl setenv XDG_CONFIG_HOME "$XDG_CONFIG_HOME"
launchctl setenv XDG_DATA_HOME "$XDG_DATA_HOME"
launchctl setenv XDG_CACHE_HOME "$XDG_CACHE_HOME"
launchctl setenv PATH "$PATH"
{{- end }}
{{- end }}

# NodeJS
export NODE_REPL_HISTORY_SIZE='32768';
Expand Down

0 comments on commit 092fd34

Please sign in to comment.