diff --git a/README.md b/README.md index ff8a87e..3c59c92 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ - ## Aliases Create a symlink from the `ZSH_CUSTOM` folder to the `dotfiles/my-aliases.zsh` file. ```sh -ln -s ~/dotfiles/my-aliases.zsh ~/.oh-my-zsh/custom/aliases.zsh +# Create new symlink +ln -s ~/dev/dotfiles/my-aliases.zsh ~/.oh-my-zsh/custom/aliases.zsh + +# If the symlink already exists, use -f to force creation +ln -sf ~/dev/dotfiles/my-aliases.zsh ~/.oh-my-zsh/custom/aliases.zsh ```