diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-01-27 17:34:56 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-01-27 17:34:56 -0500 |
| commit | 6d0c92ced01a0195703a56669ee53a2af040c595 (patch) | |
| tree | e07c39580abb9db06163f8efa243dc1909844716 | |
| parent | 2ca01a2886f23a7171ce52f1154f6f105b481720 (diff) | |
| parent | 9e433aa75398241744b10b8b87fcb09ce3f4989e (diff) | |
| download | eibhear-6d0c92ced01a0195703a56669ee53a2af040c595.tar.gz eibhear-6d0c92ced01a0195703a56669ee53a2af040c595.tar.zst eibhear-6d0c92ced01a0195703a56669ee53a2af040c595.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
| -rw-r--r-- | .config/shell/profile | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 1076352..7c7a613 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,6 +13,7 @@ unsetopt PROMPT_SP # Default programs: export EDITOR="nvim" export TERMINAL="st" +export TERMINAL_PROG="st" export BROWSER="librewolf" # ~/ Clean-up: @@ -42,7 +42,7 @@ curl -LO larbs.xyz/larbs.sh ``` or clone the repo files directly to your home directory and install the -[dependencies](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv). +[dependencies](https://github.com/LukeSmithxyz/LARBS/blob/master/static/progs.csv). ## Default Desktop Artwork |
