From 3a7722adde398cd5466ffe5d746032eb51a7fb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 31 Jan 2023 21:56:33 +0100 Subject: aliases and vimrc --- root/.bash_aliases | 1 + root/.vimrc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/root/.bash_aliases b/root/.bash_aliases index c1ee012..9264dc7 100644 --- a/root/.bash_aliases +++ b/root/.bash_aliases @@ -1,3 +1,4 @@ +export CT_ALLOW_BUILD_AS_ROOT_SURE=1 function register () { curl https://www.register.si/wp-admin/admin-ajax.php -X POST --data-raw "_ajax_nonce=693acd4cff&action=get_whois_data&domain=$1" 2> /dev/null | grep "" | sed "s/^\s*//g" | cut -d\< -f2 | cut -d\> -f2 | grep "[[:print:]]" } diff --git a/root/.vimrc b/root/.vimrc index 0ade755..561f717 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -229,3 +229,5 @@ syntax on autocmd FileType python set tabstop=2 autocmd FileType python set shiftwidth=2 + +set guifont=terminus\ 12 -- cgit v1.2.3