diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-12 00:12:41 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-12 00:12:41 +0200 |
commit | 4903ffd0324ee6400488787f416b1763d9762421 (patch) | |
tree | 6bf73ae8ab798104825ddaf9dfafcc9a8f7cf366 | |
parent | c (diff) | |
parent | c (diff) | |
download | n-4903ffd0324ee6400488787f416b1763d9762421.tar n-4903ffd0324ee6400488787f416b1763d9762421.tar.gz n-4903ffd0324ee6400488787f416b1763d9762421.tar.bz2 n-4903ffd0324ee6400488787f416b1763d9762421.tar.lz n-4903ffd0324ee6400488787f416b1763d9762421.tar.xz n-4903ffd0324ee6400488787f416b1763d9762421.tar.zst n-4903ffd0324ee6400488787f416b1763d9762421.zip |
-rw-r--r-- | etc/portage/package.accept_keywords/conf | 7 | ||||
-rw-r--r-- | etc/resolv.conf.head | 2 | ||||
-rw-r--r-- | root/.bash_aliases | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index eb2bdd3..0774d45 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -39,5 +39,10 @@ games-util/lutris ~* net-im/abaddon ~* media-video/avidemux ~* media-video/obs-studio ~* -games-fps/xonotic ~* www-misc/zoneminder ~* +games-action/supertuxkart ~* +games-fps/xonotic ~* +net-wireless/cubicsdr ~* +sci-electronics/pulseview ** +sys-firmware/sigrok-firmware-fx2lafw ~* +media-sound/sndpeek ~* diff --git a/etc/resolv.conf.head b/etc/resolv.conf.head index aeabcb9..508bd6a 100644 --- a/etc/resolv.conf.head +++ b/etc/resolv.conf.head @@ -1,3 +1,3 @@ search sijanec.eu nameserver 188.230.215.50 -nameserver 2a01:261:eca:f349:5036:4034:412e:5349 +nameserver 2a01:261:e77:5544:4e53:3634:4249:4e44 diff --git a/root/.bash_aliases b/root/.bash_aliases index 9d01211..b94c576 100644 --- a/root/.bash_aliases +++ b/root/.bash_aliases @@ -25,7 +25,7 @@ HISTFILESIZE=1000000000 function upload () { chmod 0644 "$1" d=`[ '$2'x = x ] && echo $1 || echo $2` - sftp -b- upload@upload <<< "put '$1' www/$d" + sftp -b- upload@upload.sijanec.eu <<< "put '$1' www/$d" echo https://upload.sijanec.eu./$d | xclip } function mcd () { @@ -47,3 +47,4 @@ if [ `id -u` -eq 0 ] then alias binwalk="binwalk --run-as=root" fi +PATH=$PATH:~/.local/bin |