mirror of
https://github.com/bvanroll/dotfiles-2022.git
synced 2025-08-29 03:52:48 +00:00
ok
This commit is contained in:
8
.zshrc
8
.zshrc
@@ -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
|
||||
|
Reference in New Issue
Block a user