mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
move it to custom
This commit is contained in:
parent
b5776b6716
commit
059b19b53c
1 changed files with 0 additions and 0 deletions
|
|
@ -1,17 +0,0 @@
|
|||
# This line of simple code originally by ilikenwf/Matt Parnell
|
||||
# simply import the ~/.aliases file if it exists when the plugin is
|
||||
# enabled.
|
||||
|
||||
# By doing so, you can have custom aliases for various actions, without
|
||||
# having to do something like push your aliases to github for security
|
||||
# reasons, and for a nice simple divide.
|
||||
|
||||
# If you have a better place to put the .aliases file, or improvements,
|
||||
# please put a pull request into my oh-my-zsh fork if you don't put it
|
||||
# in the main oh-my-zsh repo.
|
||||
|
||||
# Example aliases:
|
||||
# alias tunnel="ssh -D 3290 user@host.com"
|
||||
# alias vnc="vncviewer -compresslevel 0 -q 0 localhost:2985"
|
||||
|
||||
[[ -f ~/.aliases ]] && . ~/.aliases
|
||||
Loading…
Add table
Add a link
Reference in a new issue