summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authortinfoil-hat.net <mail@tinfoil-hat.net>2023-03-11 17:33:40 +0100
committertinfoil-hat.net <mail@tinfoil-hat.net>2023-03-11 17:33:40 +0100
commitdf0d7ccaea42bc10fc660cde02d854e139d0d4e1 (patch)
treee5a6bfa3911f9df918b3bac2390410c9ec07cc67 /.zshrc
parent7c138bc2c5a202292c8a57e3226353a62c64921f (diff)
downloaddotfiles-df0d7ccaea42bc10fc660cde02d854e139d0d4e1.tar.gz
dotfiles-df0d7ccaea42bc10fc660cde02d854e139d0d4e1.tar.bz2
dotfiles-df0d7ccaea42bc10fc660cde02d854e139d0d4e1.zip
Update 2023-03-11 17:33 Linux/x86_64
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc21
1 files changed, 15 insertions, 6 deletions
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() {