Compare commits
No commits in common. "0ddf6164fed05392fa25f365c6241fd05019a0f8" and "63c7e015b50060b7969d33ac0c6a9304362297b9" have entirely different histories.
0ddf6164fe
...
63c7e015b5
|
@ -1,2 +0,0 @@
|
||||||
# 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,6 +118,9 @@ 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