From 1b77583ab6a0b35fe6c2a2b2dc87e683d0793a60 Mon Sep 17 00:00:00 2001 From: GabriWar <72227489+GabriWar@users.noreply.github.com> Date: Wed, 17 Nov 2021 22:15:39 +0000 Subject: [PATCH] remake --- .config/zsh/.zshrc | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8dae3b2d..fe5ef494 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,23 +1,13 @@ - # 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. - - - -#uncomment after installing -#source ~/.config/zsh/zsh-snap/znap.zsh -#export ZSH="/home/gabriwarx/.oh-my-zsh" - - - - +export ZSH="/home/gabriwar/.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, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes - ZSH_THEME="random" # Set list of themes to pick from when loading at random @@ -82,7 +72,7 @@ ZSH_THEME="random" # Add wisely, as too many plugins slow down shell startup. plugins=(git) -#source $ZSH/oh-my-zsh.sh +source $ZSH/oh-my-zsh.sh # User configuration @@ -93,9 +83,9 @@ plugins=(git) # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='micro' +# export EDITOR='vim' # else -# export EDITOR='micro' +# export EDITOR='mvim' # fi # Compilation flags @@ -105,17 +95,19 @@ plugins=(git) # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder. # For a full list of active aliases, run `alias`. - -alias ls="exa -a --icons" -alias ls -la="exa -la --icons" - - +# # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" -# znap source marlonrichert/zsh-autocomplete +alias ls="exa -a --icons" +alias ls -la="exa -la --icons" (cat ~/.cache/wal/sequences &) + clear cal -3 echo $RANDOM_THEME + + + +