14 lines
373 B
Bash
14 lines
373 B
Bash
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:/home/max/soft/gnu_linux:$PATH
|
|
# Path to your Oh My Zsh installation.
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
# GTK theme
|
|
export GTK_THEME=Adwaita-dark
|
|
# ZSH theme
|
|
ZSH_THEME="gnzh"
|
|
# OMZ updates
|
|
zstyle ':omz:update' mode auto # update automatically without asking
|
|
zstyle ':omz:update' frequency 7
|
|
|
|
|
|
source $ZSH/oh-my-zsh.sh
|