diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 01:09:55 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 01:09:55 +0100 |
| commit | 1f0b8e1f999eb140aa7b63807dfce674d35a4814 (patch) | |
| tree | 498be47824d5b645c94dd140a27e64ea8042168d /.zshrc | |
| parent | a23b58c60540281e41dc73313f2c9598cf37a17f (diff) | |
| parent | 3ce48c4323f38d3b61a08e7e2add5543adabe5d7 (diff) | |
| download | dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.tar.gz dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.tar.bz2 dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.zip | |
Merge branch 'master' into carbon
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -85,7 +85,7 @@ export XDG_DATA_HOME="/home/charles/.data/" export EDITOR="vim" export TERM="st-256color" export MAIL='me@cacharle.xyz' -export BROWSER='chromium' +export BROWSER='qutebrowser' export BROWSERCLI='w3m' # ignore filetypes in autocomplete @@ -109,3 +109,9 @@ export GPG_TTY=$(tty) # fixing gpg fatal error about tty export MINISHELL_TEST_BONUS=yes export MINISHELL_TEST_PAGER=vim +export MINISHELL_TEST_FLAGS=-DMINISHELL_TEST + +# Added by c_formatter_42 +export PATH="$PATH:/home/charles/git/c_formatter_42" + +export MINIKUBE_IN_STYLE=false |
