diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2024-06-01 21:49:19 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2024-06-01 21:49:19 +0200 |
| commit | 9dd5082688f18e0f887de9ff31d1fb28ba5aa14c (patch) | |
| tree | 374e46fdb7bf3fd047faa5f3c7a628511c0964fe /shell | |
| parent | 2718a4de5389cfe5287f2289b0e46d8509e2aeab (diff) | |
.
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/.profile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/.profile b/shell/.profile index cee7311..5872256 100644 --- a/shell/.profile +++ b/shell/.profile @@ -23,7 +23,7 @@ append_lua_path() { [ -z "$SSH_AUTH_SOCK" ] && \ export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket -# export CHICKEN_REPOSITORY=~/programs/chicken_repository +# export CHICKEN_INSTALL_REPOSITORY=~/.local/opt/chicken # export GDK_BACKEND=wayland # export QT_AUTO_SCREEN_SCALE_FACTOR=1 # export QT_ENABLE_HIGHDPI_SCALING=1 @@ -39,6 +39,9 @@ export VISUAL=nvim prepend_path ~/.local/opt/river/bin prepend_path ~/.local/opt/janet/bin +prepend_path ~/.local/opt/chibi/bin +prepend_path ~/.local/opt/gambit/bin +prepend_path ~/.local/opt/chicken/bin prepend_path ~/.local/opt/nnn/bin prepend_path ~/.local/bin export PATH |
