Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

oh my zsh custom alias

# Create custom file aliases.zsh the directory .oh-my-zsh/custom/
touch $ZSH/custom/aliases.zsh
# Edit the file you just created
vim $ZSH/custom/aliases.zsh
# Add your formatted aliases e.g:
alias g="git"
# Source the .zshrc or start a new terminal session to apply changes
source ~/.zshrc
 
PREVIOUS NEXT
Tagged: #zsh #custom #alias
ADD COMMENT
Topic
Name
4+8 =