aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-27 07:42:34 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-27 07:42:34 +0000
commit1d1a3a93d51875ebace26d844479a812af2f8462 (patch)
tree6473deebaa4d82f7975c4ce085424e9e5ff19008 /.zshrc
parentupdate (diff)
downloadscripts-1d1a3a93d51875ebace26d844479a812af2f8462.tar.gz
scripts-1d1a3a93d51875ebace26d844479a812af2f8462.zip
now just reading /proc/net/arp instead of using subprocess.
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 759908d..e7fbb2f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -318,6 +318,7 @@ alias virt-top="/nix/store/gn20hprla1p86fkvml4c6im3839vmlzn-virt-top-1.1.1/bin/v
alias fox_in_a_box='ssh -X -i /home/devi/devi/vagrantboxes.git/main/dispffox/.vagrant/machines/default/libvirt/private_key vagrant@virt-dispffox.vagrant-libvirt "XAUTHORITY=/home/vagrant/.Xauthority firefox"'
alias run_doh_client="sudo doh-client -d doh.terminaldweller.com -r 185.130.47.81:443 -p getnsrecord --proxy-host 127.0.0.1:9995 --proxy-scheme socks5h --timeout 10"
alias bun="ALL_PROXY=socks5h://127.0.0.1:9995 bun"
+alias ffox_i2p='ssh -X -i /home/devi/devi/vagrantboxes.git/main/i2p/.vagrant/machines/default/libvirt/private_key vagrant@i2p-host.vagrant-libvirt "XAUTHORITY=/home/vagrant/.Xauthority firefox"'
# change the 4th terminal color to #0000ff
# echo -e '\e]P40000ff'
@@ -452,6 +453,8 @@ export YTFZF_PREF="22"
export YTFZF_ENABLE_FZF_DEFAULT_OPTS=1
export YTFZF_CACHE=~/.cache/ytfzf
+export PERL5LIB=/home/devi/lib/perl5/share/perl5/site_perl
+
backup_home(){
# wget https://raw.githubusercontent.com/rubo77/rsync-homedir-excludes/master/rsync-homedir-excludes.txt -O /var/tmp/ignorelist
sudo rsync -rxlPptgoDAXHvaE \