aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-08 01:09:55 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-08 01:09:55 +0100
commit1f0b8e1f999eb140aa7b63807dfce674d35a4814 (patch)
tree498be47824d5b645c94dd140a27e64ea8042168d /.zshrc
parenta23b58c60540281e41dc73313f2c9598cf37a17f (diff)
parent3ce48c4323f38d3b61a08e7e2add5543adabe5d7 (diff)
downloaddotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.tar.gz
dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.tar.bz2
dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.zip
Merge branch 'master' into carbon
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index cc6bd78..50e737f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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