summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-07-12 00:14:39 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2023-07-12 00:14:39 +0200
commit6410e7ecf6787d96291b5a0d32cfde384e02fae5 (patch)
tree399fbeae6b2ef3922d7f0fae28837dc3733083c2
parentdejanski c (prejšnji je bil pravzaprav b) (diff)
parentmerge (diff)
downloadn-6410e7ecf6787d96291b5a0d32cfde384e02fae5.tar
n-6410e7ecf6787d96291b5a0d32cfde384e02fae5.tar.gz
n-6410e7ecf6787d96291b5a0d32cfde384e02fae5.tar.bz2
n-6410e7ecf6787d96291b5a0d32cfde384e02fae5.tar.lz
n-6410e7ecf6787d96291b5a0d32cfde384e02fae5.tar.xz
n-6410e7ecf6787d96291b5a0d32cfde384e02fae5.tar.zst
n-6410e7ecf6787d96291b5a0d32cfde384e02fae5.zip
-rw-r--r--etc/portage/package.accept_keywords/conf2
-rw-r--r--root/.bash_aliases2
-rw-r--r--root/.vimrc1
3 files changed, 4 insertions, 1 deletions
diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf
index 2f1203f..6011023 100644
--- a/etc/portage/package.accept_keywords/conf
+++ b/etc/portage/package.accept_keywords/conf
@@ -38,6 +38,8 @@ app-crypt/fcrackzip ~*
games-util/lutris ~*
net-im/abaddon ~*
media-video/avidemux ~*
+media-video/obs-studio ~*
+www-misc/zoneminder ~*
games-action/supertuxkart ~*
games-fps/xonotic ~*
net-wireless/cubicsdr ~*
diff --git a/root/.bash_aliases b/root/.bash_aliases
index 5828e86..abff120 100644
--- a/root/.bash_aliases
+++ b/root/.bash_aliases
@@ -1,7 +1,7 @@
export CT_ALLOW_BUILD_AS_ROOT_SURE=1
function register () {
n=`curl https://www.register.si | grep nonce | head -n 1 | cut -d\" -f8`
- curl https://www.register.si/wp-admin/admin-ajax.php -X POST --data-raw "_ajax_nonce=$n&action=get_whois_data&domain=$1" 2> /dev/null | grep "<td>" | sed "s/^\s*//g" | cut -d\< -f2 | cut -d\> -f2 | grep "[[:print:]]"
+ curl https://www.register.si/wp-admin/admin-ajax.php -X POST --data-raw "_ajax_nonce=$n&action=get_whois_data&domain=`sed s/.si\$//g <<<$1`.si" 2> /dev/null | grep "<td>" | sed "s/^\s*//g" | cut -d\< -f2 | cut -d\> -f2 | grep "[[:print:]]"
}
alias r=R
alias R="R --quiet"
diff --git a/root/.vimrc b/root/.vimrc
index 2a519bb..9397cac 100644
--- a/root/.vimrc
+++ b/root/.vimrc
@@ -225,6 +225,7 @@ if has("gui_running")
endif
let g:python_recommended_style = 0
+let g:markdown_recommended_style = 0
syntax on
autocmd FileType python set tabstop=2