Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jun 1, 2024
1 parent 18348c8 commit 901ce42
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
5 changes: 0 additions & 5 deletions .chezmoiignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
.config/nvim/plugin/**
README.md

.profile
.zprofile
.zshenv

.config/tmux/tpm/**
hooks/**
setup/**
Expand All @@ -21,7 +17,6 @@ install.sh
init_private_resources.sh
wallpaper.*


.oh-my-zsh
Readme.md

Expand Down
14 changes: 0 additions & 14 deletions dot_zsh/detect_os.zsh

This file was deleted.

1 change: 0 additions & 1 deletion dot_zsh/func.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/zsh

# utils
function timezsh() {
shell=${1-$SHELL}
for i in $(seq 1 100); do time $shell -i -c exit; done
Expand Down
3 changes: 1 addition & 2 deletions dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ fpath+="$DOT_ZSH/pure"
fpath+="$DOT_ZSH/_completion"

source "$DOT_ZSH/oh-my-zsh/oh-my-zsh.sh"
source "$DOT_ZSH/detect_os.zsh"
source "$DOT_ZSH/style.zsh"
source "$DOT_ZSH/alias.zsh"
source "$DOT_ZSH/env.zsh"
source "$DOT_ZSH/opt.zsh"
source "$DOT_ZSH/keymap.zsh"
source "$DOT_ZSH/func.zsh"
source "$DOT_ZSH/fzf.zsh"
[ -f ~/.profile ] && zsh-defer source "$HOME/.profile"
[ -f ~/.secrets ] && zsh-defer source "$HOME/.secrets"

# autoload -U +X compinit && compinit
autoload -U promptinit; promptinit
Expand Down

0 comments on commit 901ce42

Please sign in to comment.