Merge pull request 'Place alias def into .oh-my-zsh/custom' (#1) from test-omzsh-custom into master
Reviewed-on: https://kitsunehosting.net/gitea/Kenwood/dotfiles/pulls/1
This commit is contained in:
commit
0ddf6164fe
|
@ -0,0 +1,2 @@
|
||||||
|
# This line allows the word 'custom' to specify the dotfiles bare git repo
|
||||||
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
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