Moved alias definition into oh-my-zsh/custom
This commit is contained in:
parent
0a14893132
commit
55d4f80394
|
@ -1,10 +1,2 @@
|
||||||
# You can put files here to add functionality separated per file, which
|
# This line allows the word 'custom' to specify the dotfiles bare git repo
|
||||||
# will be ignored by git.
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
# Files on the custom/ directory will be automatically loaded by the init
|
|
||||||
# script, in alphabetical order.
|
|
||||||
|
|
||||||
# For example: add yourself some shortcuts to projects you often work on.
|
|
||||||
#
|
|
||||||
# brainstormr=~/Projects/development/planetargon/brainstormr
|
|
||||||
# cd $brainstormr
|
|
||||||
#
|
|
||||||
|
|
3
.zshrc
3
.zshrc
|
@ -118,9 +118,6 @@ fi
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
# Added this for dotfiles alias, may want to make a custom config folder later.
|
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
export FZF_DEFAULT_COMMAND='fdfind --type f'
|
export FZF_DEFAULT_COMMAND='fdfind --type f'
|
||||||
|
|
Loading…
Reference in New Issue