sh/ #2

Open
opened 2026-04-24 16:40:50 +00:00 by jaynuine · 1 comment
Owner
node purpose examples
env/vars.conf default simple environment variables VISUAL, TERMINAL, SHELL
env/xdg.conf xdg specific variables XDG_CURRENT_HOME, XDG_CONFIG_HOME
env/path.conf paths to be prepended to $PATH $HOME/.local/bin/
associations/ per file action for alias -s sh=$VISUAL, md=md $1 && xdg-open $1
options/ to feed set -o
handlers/ which programs to open files with in guis (merge with associations ?) gsettings set default-apps.terminal
keybinds/ to feed bindkey in zsh or xkbmap under xorg
prompt/ PS* variables, or perhaps set up a script that does so ? starship or ohmyposh or a custom one
| node | purpose | examples | | ---- | ------- | -------- | | `env/vars.conf` | default simple environment variables | VISUAL, TERMINAL, SHELL | | `env/xdg.conf` | xdg specific variables | XDG_CURRENT_HOME, XDG_CONFIG_HOME | | `env/path.conf` | paths to be prepended to `$PATH` | `$HOME/.local/bin/` | | associations/ | per file action for `alias -s` | `sh=$VISUAL`, `md=md $1 && xdg-open $1` | | options/ | to feed `set -o` | | handlers/ | which programs to open files with in guis (merge with associations ?) | `gsettings set default-apps.terminal` | | keybinds/ | to feed `bindkey` in zsh or xkbmap under xorg | | prompt/ | PS* variables, or perhaps set up a script that does so ? starship or ohmyposh or a custom one |
Author
Owner

should path.conf be its own node ?

should `path.conf` be its own node ?
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jaynuine/rice#2
No description provided.