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) >>>
|
## Mini short-hand scripts (ex: la = ls -a) >>>
|
||||||
# dotfile management
|
# 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
|
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
|
# Edit config files
|
||||||
alias \
|
alias \
|
||||||
nvci="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/init.lua)" \
|
nvc="(cd ~/.config/nvim && nvim)" \
|
||||||
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)" \
|
|
||||||
zshrc="$EDITOR ~/.zshrc" \
|
zshrc="$EDITOR ~/.zshrc" \
|
||||||
todo="$EDITOR ~/todo.md" \
|
todo="$EDITOR ~/todo.md" \
|
||||||
fstab="sudo $EDITOR /etc/fstab" \
|
fstab="sudo $EDITOR /etc/fstab" \
|
||||||
|
@ -380,11 +377,11 @@
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
# terminal colors
|
# terminal colors
|
||||||
if [[ -f ~/.config/shell/colors.sh ]];then
|
# if [[ -f ~/.config/shell/colors.sh ]];then
|
||||||
source ~/.config/shell/colors.sh
|
# source ~/.config/shell/colors.sh
|
||||||
else
|
# else
|
||||||
zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
|
# zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
|
||||||
fi
|
# fi
|
||||||
zinit load "romkatv/powerlevel10k"
|
zinit load "romkatv/powerlevel10k"
|
||||||
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
|
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
|
||||||
atpull'%atclone' pick"colors.zsh" nocompile'!' \
|
atpull'%atclone' pick"colors.zsh" nocompile'!' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue