nvim, zshrc, oh-my-zsh config update

This commit is contained in:
maddiebaka
2023-06-16 11:46:24 -04:00
parent 9da067ae90
commit ed72b5ab86
4 changed files with 22 additions and 4 deletions

View File

@@ -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