Horje
how to add a custom zsh aliases Code Example
how to add a custom zsh aliases
# Create a custom file for aliases.zsh
touch $ZSH/custom/aliases.zsh
# write your zsh aliases in this file
vim $ZSH_CUSTOM/aliases.zsh
# Add the your alias
alias aliasName="command"
# source or simply restart your Terminal for updates
source ~/.zshrc




Shell

Related
git pull your local changes will be overwritten by merge Code Example git pull your local changes will be overwritten by merge Code Example
linux process holding deleted file Code Example linux process holding deleted file Code Example
pip install pytorch windows Code Example pip install pytorch windows Code Example
pm2 remove id Code Example pm2 remove id Code Example
install pytorch GPU Code Example install pytorch GPU Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10