Update
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
URxvt.font: xft:Hack Nerd Font:size=17
|
||||
URxvt.font: xft:Hack Nerd Font:size=18
|
||||
! URxvt.font: xft:Hack NF:size=18
|
||||
! URxvt.font: xft:Hack:size=18
|
||||
|
||||
URxvt*inheritPixmap: true
|
||||
! URxvt*transparent: false
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
ZSH_THEME="muse"
|
||||
# ZSH_THEME="muse"
|
||||
ZSH_THEME="miloshadzic"
|
||||
|
||||
# Set list of themes to load
|
||||
# Setting this variable when ZSH_THEME=random
|
||||
@@ -39,10 +40,10 @@ ZSH_THEME="muse"
|
||||
# DISABLE_AUTO_TITLE="true"
|
||||
|
||||
# Uncomment the following line to enable command auto-correction.
|
||||
# ENABLE_CORRECTION="true"
|
||||
ENABLE_CORRECTION="true"
|
||||
|
||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||
# COMPLETION_WAITING_DOTS="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
# Uncomment the following line if you want to disable marking untracked files
|
||||
# under VCS as dirty. This makes repository status check for large repositories
|
||||
@@ -100,6 +101,10 @@ export LC_MESSAGES="C"
|
||||
|
||||
# }}} default #
|
||||
|
||||
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
exec startx
|
||||
fi
|
||||
|
||||
# pywal
|
||||
export PATH="${PATH}:${HOME}/.local/bin/"
|
||||
(cat ~/.cache/wal/sequences &)
|
||||
|
||||
Reference in New Issue
Block a user