added readme

This commit is contained in:
Peter Wood
2025-03-20 14:15:03 -04:00
parent afb142e9fd
commit 242ffc5194

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
## 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
```