W moim .zshrc próbowałem zrobić kilka aliasów. Spojrzałem na wiele miejsc, ale nie mogłem znaleźć sposobu, który zadziałałby. Użyłem tego kodu poniżej:
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run alias. # # Example aliases
alias zshconfig="mate ~/.zshrc"
alias ohmyzsh="mate ~/.oh-my-zsh"
alias n= "nano"
alias m= "mkdir"
alias w= "cd ~/Documents/UoMWorkspace/Semester2"
alias j= "cd ~/Documents/UoMWorkspace/Semester2/COMP17412"
Potem napisałem polecenie source ~/.zshrc
. Nadal nie rozwiązało problemu. Otrzymuję komunikaty o błędach, takie jakzsh: command not found: j
Czy ktoś może mi pomóc z wszelkimi sugestiami i dać mi znać, co robię źle?