diff options
| author | EuAndreh <eu@euandre.org> | 2023-08-22 07:55:39 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-08-22 07:55:39 -0300 |
| commit | f1a065ca298be3d7d9329b16b842466c0b1c47a7 (patch) | |
| tree | 6bf0409c21f252bd4673cdb98d8b880ae6cce7d8 /etc | |
| parent | etc/ctags/default.ctags: Add initial config with common options (diff) | |
| download | dotfiles-f1a065ca298be3d7d9329b16b842466c0b1c47a7.tar.gz dotfiles-f1a065ca298be3d7d9329b16b842466c0b1c47a7.tar.xz | |
etc/sh/rc: Add $LEIN_HOME
Diffstat (limited to 'etc')
| l--------- | etc/leiningen/profiles.clj | 1 | ||||
| -rw-r--r-- | etc/sh/rc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/leiningen/profiles.clj b/etc/leiningen/profiles.clj new file mode 120000 index 0000000..3847554 --- /dev/null +++ b/etc/leiningen/profiles.clj @@ -0,0 +1 @@ +/home/andreh/.usr/var/lib/private/tilde/profiles.clj
\ No newline at end of file @@ -120,6 +120,7 @@ export CC=gcc export AR=gcc-ar export LEX=flex export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1 +export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen export GUILE_EFFECTIVE_VERSION export LISP=li export LISP_CLI_IMPL=sbcl |
