mirror of
https://github.com/acedanger/dotfiles.git
synced 2025-12-05 22:30:13 -08:00
8 lines
172 B
Markdown
8 lines
172 B
Markdown
|
|
## 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
|
|
```
|