From 2e17f4d0afdc57d6a32de26dcffc5cbf3e4319b4 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 27 Nov 2021 18:44:27 +0100 Subject: [PATCH] chore: rename dotfile folder --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 297fb59..841205f 100644 --- a/zshrc +++ b/zshrc @@ -2,7 +2,7 @@ # *********************** # Load Antigen plugin manager -source ~/dotfiles/.antigen/antigen.zsh +source ~/.dotfiles/.antigen/antigen.zsh # Load the oh-my-zsh library antigen use oh-my-zsh @@ -77,7 +77,7 @@ fi alias ia='open $1 -a /Applications/iA\ Writer.app' # Dotfiles folder -alias dotfiles="cd $HOME/dotfiles" +alias dotfiles="cd $HOME/.dotfiles" # iCloud alias icloud="cd $HOME/Library/Mobile\ Documents/com~apple~CloudDocs"