diff options
| author | tslil clingman <> | 2024-01-04 21:04:48 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2024-01-04 21:04:48 +0100 |
| commit | 8194afe2e113c493ba5203ce8156a2a914851267 (patch) | |
| tree | bd962c83587cf2545791299c4dbb8abd2297484a /.bash_profile | |
| parent | c83f11041b5816626e01469ac5786aa8c4573cc2 (diff) | |
[bash] minor changes
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.bash_profile b/.bash_profile index cc56c0b..f1b934f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -23,15 +23,7 @@ export LESS="-S -R" export LESSCHARSET=utf-8 export LESSHISTFILE="-" -LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:'; -export LS_COLORS - -# colored GCC warnings and errors -export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' - -export GUILE_LOAD_COMPILED_PATH=/usr/local/lib/guile/2.2/site-ccache/ - -eval "$(stack --bash-completion-script stack)" +export LSP_USE_PLISTS=true umask 077 |
