diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 22:46:32 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 22:46:32 -0600 |
commit | 698a8a7f30b2a22672b677078fcfe5ac698020da (patch) | |
tree | fb4d9096733b9dba52620f72fe1d3fe22ed53626 /bash | |
parent | 3991ac66a5269986b066338c404daea026b4ecbb (diff) | |
download | dotfiles-698a8a7f30b2a22672b677078fcfe5ac698020da.tar dotfiles-698a8a7f30b2a22672b677078fcfe5ac698020da.tar.gz dotfiles-698a8a7f30b2a22672b677078fcfe5ac698020da.tar.bz2 |
some more x scripts
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index c93170e..e166774 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -12,6 +12,7 @@ fi export EDITOR=/usr/bin/vim export TERMINAL=/usr/bin/alacritty export BROWSER=/usr/bin/librewolf-bin +export XZ_OPT='-9 -T0' export PATH complete -cf doas |