nvim, zshrc, oh-my-zsh config update
This commit is contained in:
		@@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh"
 | 
			
		||||
# 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="frisk"
 | 
			
		||||
ZSH_THEME="frisky"
 | 
			
		||||
 | 
			
		||||
# Set list of themes to pick from when loading at random
 | 
			
		||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
 | 
			
		||||
@@ -103,4 +103,9 @@ source $ZSH/oh-my-zsh.sh
 | 
			
		||||
 | 
			
		||||
# Aliases
 | 
			
		||||
alias ls="ls -F"
 | 
			
		||||
alias gdiff="git diff"
 | 
			
		||||
alias gdiffc="git diff --cached"
 | 
			
		||||
alias gitc="git commit"
 | 
			
		||||
 | 
			
		||||
export LC_CTYPE="en_US.UTF-8"
 | 
			
		||||
source ~/.cargo/env
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user