dotfiles/init-dotfiles

8 lines
187 B
Text
Raw Normal View History

2024-08-09 03:11:33 +02:00
#!/usr/bin/env bash
# Setup .zshrc folder in .config for zsh to work
echo 'ZDOTDIR=$XDG_CONFIG_HOME/zsh/' >> /etc/zsh/zshenv
# Create folder for history
mkdir -p $(dirname "$HISTFILE")