Skip to content

Commit

Permalink
[update]mod zsh history dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Mar 16, 2024
1 parent e59c9f4 commit d9a246e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ function make_dir {
local XDG_STATE_HOME="$HOME/.local/state"
mkdir -p "$XDG_CONFIG_HOME" "$XDG_CACHE_HOME" "$XDG_DATA_HOME" "$XDG_STATE_HOME"

# zsh history
mkdir -p "$XDG_STATE_HOME/zsh/"

# My directory
mkdir -p ~/works/develop
}
Expand Down

0 comments on commit d9a246e

Please sign in to comment.