why did I write it like that :face_palm:...
This commit is contained in:
parent
039c7fcab0
commit
65870e81fe
1 changed files with 7 additions and 10 deletions
17
.zshrc
17
.zshrc
|
@ -79,16 +79,13 @@
|
|||
# <<<
|
||||
## Mini short-hand scripts (ex: la = ls -a) >>>
|
||||
# dotfile management
|
||||
alias dot='git --git-dir="/home/blake/git/dotfiles" --work-tree="$HOME"'
|
||||
alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"'
|
||||
|
||||
alias tm='tmux new -As0' # open a new session called 0, but if there is already a session called 0, connect to it
|
||||
|
||||
# Edit config files
|
||||
alias \
|
||||
nvci="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/init.lua)" \
|
||||
nvcs="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/lua/settings.lua)" \
|
||||
nvcp="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/lua/plugins.lua)" \
|
||||
nvcl="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/lua/lsp.lua)" \
|
||||
nvc="(cd ~/.config/nvim && nvim)" \
|
||||
zshrc="$EDITOR ~/.zshrc" \
|
||||
todo="$EDITOR ~/todo.md" \
|
||||
fstab="sudo $EDITOR /etc/fstab" \
|
||||
|
@ -380,11 +377,11 @@
|
|||
|
||||
# Themes
|
||||
# terminal colors
|
||||
if [[ -f ~/.config/shell/colors.sh ]];then
|
||||
source ~/.config/shell/colors.sh
|
||||
else
|
||||
zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
|
||||
fi
|
||||
# if [[ -f ~/.config/shell/colors.sh ]];then
|
||||
# source ~/.config/shell/colors.sh
|
||||
# else
|
||||
# zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
|
||||
# fi
|
||||
zinit load "romkatv/powerlevel10k"
|
||||
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
|
||||
atpull'%atclone' pick"colors.zsh" nocompile'!' \
|
||||
|
|
Loading…
Add table
Reference in a new issue