Skip to content

Commit

Permalink
Cache pkgx shellcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Apr 11, 2024
1 parent 7242993 commit a4c18f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/dot_bashrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
. ~/.profile

eval "$(pkgx --shellcode)" #docs.pkgx.sh/shellcode
. $XDG_CACHE_HOME/pkgx/shellcode.sh
1 change: 1 addition & 0 deletions home/dot_cache/pkgx/shellcode.sh.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ output "pkgx" "--shellcode" }}
2 changes: 1 addition & 1 deletion home/dot_config/zsh/dot_zshrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
source <(pkgx --shellcode) #docs.pkgx.sh/shellcode
source $XDG_CACHE_HOME/pkgx/shellcode.sh

0 comments on commit a4c18f6

Please sign in to comment.