From 901207d1651a555cfd45828abd2f441a44be5a7c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 27 Sep 2020 15:16:30 +0200 Subject: Added dual resolution, minishell_test flags --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index cc6bd78..f04acbe 100644 --- a/.zshrc +++ b/.zshrc @@ -109,3 +109,4 @@ 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 -- cgit From 2d9e9f6dbc3bd820d314f5b8b0742ecfb512de7a Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 29 Nov 2020 00:06:11 +0100 Subject: Added newsboat max-items, vim ejs syntax --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index f04acbe..5ac0ce1 100644 --- a/.zshrc +++ b/.zshrc @@ -110,3 +110,8 @@ 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 -- cgit From 3ce48c4323f38d3b61a08e7e2add5543adabe5d7 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 7 Jan 2021 21:10:43 +0100 Subject: Added vim Goyo plugin, changed default browser to qutebrowser, Added keybinding to go to next/prev element of command completion in qutebrowser --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 5ac0ce1..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 -- cgit