disable gtk theme, remove rg alias, decr font
This commit is contained in:
@@ -25,6 +25,6 @@ export XMODIFIERS='@im=fcitx'
|
||||
export WINIT_UNIX_BACKEND=x11
|
||||
|
||||
# gtk and qt theme - requires https://github.com/hargonix/Pop-gruvbox/ in ~/.themes
|
||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||
export GTK_THEME=Pop-gruvbox:light
|
||||
export QT_QPA_PLATFORMTHEME="gtk2"
|
||||
#export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||
#export GTK_THEME=Pop-gruvbox:light
|
||||
#export QT_QPA_PLATFORMTHEME="gtk2"
|
||||
|
||||
@@ -44,10 +44,6 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
|
||||
zstyle ':vcs_info:git:*' formats '|%b '
|
||||
|
||||
# ============================== Aliases
|
||||
if command -v rg &> /dev/null; then
|
||||
alias grep="rg"
|
||||
fi
|
||||
|
||||
alias c='clear'
|
||||
|
||||
alias l='ls -lFh' #size,show type,human readable
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
|
||||
;; Font
|
||||
; default font
|
||||
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 110)
|
||||
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 90)
|
||||
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
||||
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user