From df0d7ccaea42bc10fc660cde02d854e139d0d4e1 Mon Sep 17 00:00:00 2001 From: "tinfoil-hat.net" Date: Sat, 11 Mar 2023 17:33:40 +0100 Subject: Update 2023-03-11 17:33 Linux/x86_64 --- .zshrc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index a11f06c..fd9856b 100644 --- a/.zshrc +++ b/.zshrc @@ -12,7 +12,7 @@ source "$HOME/.cargo/env" # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="smoothmonkey" +ZSH_THEME="robbyrussell" export LANG="en_US.UTF-8" export LC_COLLATE="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" @@ -24,7 +24,7 @@ export LC_ALL="en_US.UTF-8" # Set list of themes to pick from when loading at random -# ZSH_THEME=Chicago95# a theme from this variable instead of looking in $ZSH/themes/ +# ZSH_THEME=Chicago95 # a theme from this variable instead of looking in $ZSH/themes/ # If set to an empty array, this variable will have no effect. # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -141,9 +141,8 @@ alias didw="torsocks w3m -o auto_image=FALSE http://germanyruvvy2tcw.onion" alias download-world="curl -s http://artscene.textfiles\.com/vt100/globe.vt | pv -L9600 -q" alias darknet="torsocks w3m -o auto_image=FALSE .w3m/bookmark.html" alias reechat="ssh weechat@vps -t screen -rd weechat" -alias cast-goliath="sudo openvpn /home/anon/Dokumente/goliath.ovpn" -alias cast-balrock="sudo openvpn /home/anon/Dokumente/balrock.ovpn" -alias cast-vps="sudo openvpn /home/anon/Dokumente/vps.ovpn" +alias cast-tay="sudo openvpn Nextcloud/Documents/tay.ovpn" +alias cast-tinfoil-hat="openvpn Nextcloud/Documents/vps.ovpn" alias xfix="~/Software/scripts/xfix.sh" alias goaccess="ssh goliath -t goaccess -c /var/log/nginx/access.log" alias config="git --git-dir=$HOME/.cfg/ --work-tree=$HOME" @@ -156,7 +155,17 @@ alias bg="feh -z ~/ssd/Seafile/dat/dont\ click/Wallpapers/" alias shot="scrot -q 60 -s ~/$(date +"%Y-%m-%d_%H_%M")".jpg alias dotup="dotfiles-remote-autoupdate && dotfiles-autoupdate" alias poweroff="sudo poweroff" - +alias installation age="sudo tune2fs -l /dev/sda1 | grep 'Filesystem created:'" +alias db="distrobox" +alias kali="distrobox enter kali" +alias arch="distrobox enter arch" +alias fedora="distrobox enter fedora" +alias opensuse="distrobox enter opensuse" +alias ubuntu="distrobox enter ubuntu" +alias gentoo="distrobox enter gentoo" +alias debiantesting="distrobox enter debiantesting" +alias debian="distrobox enter debian" +alias matrix="gomuks" # Functions record-small-screen() { -- cgit v1.2.3