This commit is contained in:
2022-07-20 14:21:29 +02:00
parent 3165a1f9d0
commit 8f5746b188
6 changed files with 146 additions and 550 deletions

8
.zshrc
View File

@@ -8,7 +8,7 @@ export ZSH="/home/beppe/.oh-my-zsh"
# 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="xiong-chiamiov"
ZSH_THEME="jnrowe"
#echo $RANDOM_THEME
# Set list of themes to pick from when loading at random
@@ -16,7 +16,7 @@ ZSH_THEME="xiong-chiamiov"
# a theme from this variable instead of looking in $ZSH/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=("macovsky-ruby" )
ZSH_THEME_RANDOM_CANDIDATES=("xiong-chiamiov")
#ZSH_THEME_RANDOM_CANDIDATES=("xiong-chiamiov")
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
@@ -104,10 +104,12 @@ source $ZSH/oh-my-zsh.sh
#Aliasses
alias hit="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
alias caffeine_on="systemctl stop --user sleep screensaver"
alias caffeine_off="systemctl start --user sleep screensaver"
#Vars
export PATH=$PATH:/usr/local/sbin
#export RADV_DEBUG=llvm
bindkey -v