Skip to content

Commit

Permalink
chore(init): add init scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Jan 2, 2024
1 parent ff9a2c7 commit c3a987e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/zsh/init/asdf.init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

[ -f ~/.asdf/asdf.zsh ] && source ~/.asdf/asdf.zsh
3 changes: 3 additions & 0 deletions config/zsh/init/fzf.init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

0 comments on commit c3a987e

Please sign in to comment.