Skip to content

Commit

Permalink
feat: rld::file function to source a file
Browse files Browse the repository at this point in the history
Signed-off-by: vladislav doster <10052309+vladdoster@users.noreply.github.com>
  • Loading branch information
vladdoster authored Jan 17, 2023
1 parent 876e492 commit 0d89fc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/.config/zsh/functions/rld::file
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env zsh

source "$(find ${DOTFILES:-${HOME}/.config/dotfiles/} -print0 | fzf --read0)"

# vim: set expandtab filetype=zsh shiftwidth=2 softtabstop=2 tabstop=2:

0 comments on commit 0d89fc4

Please sign in to comment.