diff options
-rw-r--r-- | root/.bash_aliases | 1 | ||||
-rw-r--r-- | root/.vimrc | 2 |
2 files changed, 3 insertions, 0 deletions
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 "<td>" | 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 |