1
1
Fork 0

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:
Kenwood 2021-05-29 23:36:13 -04:00
commit 0ddf6164fe
2 changed files with 2 additions and 3 deletions

View 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
View File

@ -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'