From 3cc7dc86b1206c161761893591354c3e7645f20e Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 29 Jun 2022 21:02:22 +0200 Subject: Migrated my config over to a fresh new install of arch linux --- zsh/.zshrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 52c0e1c..af42fdf 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,12 +1,11 @@ -## # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. #installation via script from github -#export ZSH="/home/$USER/.oh-my-zsh" +export ZSH="/home/$USER/.oh-my-zsh" #installation via paru -S oh-my-zsh-git -export ZSH=/usr/share/oh-my-zsh/ +#export ZSH="$HOME/oh-my-zsh/" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, @@ -86,7 +85,7 @@ COMPLETION_WAITING_DOTS="true" # Add wisely, as too many plugins slow down shell startup. plugins=(copyfile copypath web-search zsh-autosuggestions vi-mode autojump git z) -(cat ~/.cache/wal/sequences &) +#(cat ~/.cache/wal/sequences &) source $ZSH/oh-my-zsh.sh @@ -111,7 +110,7 @@ source $ZSH/oh-my-zsh.sh #### ARCOLINUX SETTINGS #### export PAGER='most' -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh setopt GLOB_DOTS #share commands between terminal instances or not @@ -191,4 +190,4 @@ ex () #sysinfo #sysinfo-retro #cpufetch -colorscript random +#colorscript random -- cgit v1.2.3