diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-06-29 21:02:22 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-06-29 21:02:22 +0200 |
| commit | 3cc7dc86b1206c161761893591354c3e7645f20e (patch) | |
| tree | 96b6f2ff69ef6a58f039a4fbfee97b25abd7fe63 /zsh | |
| parent | 30062e504fc2f5667886b05eeb090af1a4ead2c4 (diff) | |
| download | dotfiles-3cc7dc86b1206c161761893591354c3e7645f20e.tar.xz dotfiles-3cc7dc86b1206c161761893591354c3e7645f20e.zip | |
Migrated my config over to a fresh new install of arch linux
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |
