diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index a73d60799..5b7975805 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -8,7 +8,7 @@ export ZSH=$HOME/.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="robbyrussell" +ZSH_THEME="oxide" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -25,11 +25,11 @@ ZSH_THEME="robbyrussell" # Uncomment one of the following lines to change the auto-update behavior # zstyle ':omz:update' mode disabled # disable automatic updates -# zstyle ':omz:update' mode auto # update automatically without asking +zstyle ':omz:update' mode auto # update automatically without asking # zstyle ':omz:update' mode reminder # just remind me to update when it's time # Uncomment the following line to change how often to auto-update (in days). -# zstyle ':omz:update' frequency 13 +zstyle ':omz:update' frequency 17 # Uncomment the following line if pasting URLs and other text is messed up. # DISABLE_MAGIC_FUNCTIONS="true" @@ -70,7 +70,11 @@ ZSH_THEME="robbyrussell" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=( + git + zsh-syntax-highlighting + zsh-autosuggestions + ) source $ZSH/oh-my-zsh.sh @@ -99,3 +103,10 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + + + +alias reload="source ~/.zshrc" +alias cls="clear" +alias neo="fastfetch" +