mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Update zshrc.zsh-template
The export should not be quoted, or the "~" will not expand to home directory
This commit is contained in:
parent
d2725d44fc
commit
bcf3dd6e51
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
# ssh
|
||||
# export SSH_KEY_PATH="~/.ssh/rsa_id"
|
||||
# export SSH_KEY_PATH=~/.ssh/rsa_id
|
||||
|
||||
# Set personal aliases, overriding those provided by oh-my-zsh libs,
|
||||
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue