Skip to content

Commit

Permalink
use $DOTFILES path
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Jan 3, 2024
1 parent 704494b commit e5a5963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ alias crypto="curl rate.sx" # crypto prices
alias pubkey="pbcopy < ~/.ssh/id_rsa.pub | echo 'public key copied to clipboard'"

# custom available functions
alias fhelp="grep "^function" ~/dotfiles/zsh/.functions | sed 's/function/+/g' | column -t | sed 's/() #/ - /g'"
alias ahelp="grep "^alias" ~/dotfiles/zsh/.aliases | sed 's/alias/+/g'"
alias fhelp="grep "^function" $DOTFILES/zsh/.functions | sed 's/function/+/g' | column -t | sed 's/() #/ - /g'"
alias ahelp="grep "^alias" $DOTFILES/zsh/.aliases | sed 's/alias/+/g'"

# howdoi colorised output
alias how="howdoi $* -c"
Expand Down

0 comments on commit e5a5963

Please sign in to comment.