Update zshrc and kdeglobals

This commit is contained in:
Pablu23
2024-11-05 11:22:43 +01:00
parent 4f79aaff9d
commit a85beb6d6e
2 changed files with 6 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ ForegroundVisited=155,89,182
[Colors:View]
BackgroundAlternate=35,38,41
BackgroundNormal=35,38,41
BackgroundNormal=27,30,32
DecorationFocus=61,174,233
DecorationHover=61,174,233
ForegroundActive=61,174,233
@@ -133,7 +133,7 @@ ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[General]
ColorSchemeHash=4a48bd34ba53d580d8594cb0216221e77518509f
ColorSchemeHash=babca25f3a5cf7ece26a85de212ab43d0a141257
[KDE]
LookAndFeelPackage=org.kde.breezedark.desktop

5
.zshrc
View File

@@ -95,7 +95,7 @@ source $ZSH/oh-my-zsh.sh
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
export EDITOR='nvim'
# fi
# Compilation flags
@@ -113,6 +113,9 @@ source $ZSH/oh-my-zsh.sh
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
alias hx="helix"
path+=('/home/zam/Projects/Odin')
path+=('/home/zam/android-studio/bin')
path+=('/home/zam/go/bin')
export path