diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-08-31 21:46:11 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-08-31 21:46:11 -0400 |
| commit | bb4010e31c79d2716098843f7fe9b38c969f0950 (patch) | |
| tree | 10ed7f8f1fbfda3f6d0d6d9f528911a1416fcc74 /.config/.profile | |
| parent | b0eb9b97fe9466d92927a5e746054921e44eaa0c (diff) | |
newsboat adds youtube urls to a file for downloading
Diffstat (limited to '.config/.profile')
| -rw-r--r-- | .config/.profile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/.profile b/.config/.profile index 9f9c102..9253841 100644 --- a/.config/.profile +++ b/.config/.profile @@ -1,5 +1,5 @@ export PLAN9=$HOME/personal/plan9 -export PATH=/opt/MaXX/bin:/usr/dt/bin:~/personal/bin:~/.local/bin:$PATH:$HOME/go/bin:$PLAN9/bin +export PATH="/opt/MaXX/bin:/usr/dt/bin:~/personal/bin:~/.local/bin:$PATH:$HOME/go/bin:$PLAN9/bin" export EDITOR=nvim export HOMEBREW_EDITOR=nvim @@ -21,6 +21,5 @@ export XDG_DATA_HOME=$HOME/.local/share # Moving Folder and Files from ~/ export LESSHISTFILE=- -export ENV="$XDG_CONFIG_HOME"/shells/ksh/kshrc export ZDOTDIR="$XDG_CONFIG_HOME"/shells/zsh |
