Compare commits
3 Commits
63c7e015b5
...
0ddf6164fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ddf6164fe | |||
| 55d4f80394 | |||
| 0a14893132 |
2
.oh-my-zsh/custom/custom_alias.zsh
Normal file
2
.oh-my-zsh/custom/custom_alias.zsh
Normal file
@@ -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 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
|
||||
|
||||
export FZF_DEFAULT_COMMAND='fdfind --type f'
|
||||
|
||||
Reference in New Issue
Block a user