This commit is contained in:
GabriWar 2021-11-17 22:15:39 +00:00 committed by GitHub
parent 403ca461d7
commit 1b77583ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,13 @@
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH="/home/gabriwar/.oh-my-zsh"
#uncomment after installing
#source ~/.config/zsh/zsh-snap/znap.zsh
#export ZSH="/home/gabriwarx/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will # 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, # 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 # to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="random" ZSH_THEME="random"
# Set list of themes to pick from when loading at 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. # Add wisely, as too many plugins slow down shell startup.
plugins=(git) plugins=(git)
#source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# User configuration # User configuration
@ -93,9 +83,9 @@ plugins=(git)
# Preferred editor for local and remote sessions # Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then # if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='micro' # export EDITOR='vim'
# else # else
# export EDITOR='micro' # export EDITOR='mvim'
# fi # fi
# Compilation flags # Compilation flags
@ -105,17 +95,19 @@ plugins=(git)
# plugins, and themes. Aliases can be placed here, though oh-my-zsh # plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder. # users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`. # For a full list of active aliases, run `alias`.
#
alias ls="exa -a --icons"
alias ls -la="exa -la --icons"
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # 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 &) (cat ~/.cache/wal/sequences &)
clear clear
cal -3 cal -3
echo $RANDOM_THEME echo $RANDOM_THEME