diff options
| -rw-r--r-- | config/qutebrowser/config.py | 4 | ||||
| -rw-r--r-- | config/readline/inputrc | 1 | ||||
| -rwxr-xr-x | config/zsh/zprofile | 8 |
3 files changed, 4 insertions, 9 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 0fe74ba..2bf8d19 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -35,9 +35,11 @@ c.url.searchengines = { 'cpp': 'http://cplusplus.com/search.do?q={}', 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}', 'pypi': 'https://pypi.org/search/?q={}', + 'intra': 'https://profile.intra.42.fr/searches/search?query={}', } -c.fonts.default_family = 'Fira Mono' + +c.fonts.default_family = ['Fira Mono', 'Baekmuk'] c.fonts.hints = 'bold 11pt default_family' c.hints.chars = 'asdfghjkl;' # use key in the main row for hints diff --git a/config/readline/inputrc b/config/readline/inputrc index db8c777..b2cc9d6 100644 --- a/config/readline/inputrc +++ b/config/readline/inputrc @@ -1,2 +1 @@ -set -o vi set editing-mode vi diff --git a/config/zsh/zprofile b/config/zsh/zprofile index 9b4e44d..c18b368 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -53,10 +53,4 @@ export LESS_TERMCAP_ZW=$(tput rsupm) export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies -# school env -export MINISHELL_TEST_BONUS=yes -export MINISHELL_TEST_PAGER=vim -export MINISHELL_TEST_FLAGS=-DMINISHELL_TEST -export WEBSERV_FLAGS=-DWEBSERV_CACHARLE - -[ "$(tty)" = '/dev/tty1' ] && exec startx +[ "$(tty)" = '/dev/tty1' ] && startx ; poweroff |
