mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
remake
This commit is contained in:
parent
403ca461d7
commit
1b77583ab6
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user