Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs]: include asciinema video for fsrc and ferc ice-modifiers #87

Closed
ss-o opened this issue Aug 7, 2022 · 2 comments · Fixed by #67
Closed

[docs]: include asciinema video for fsrc and ferc ice-modifiers #87

ss-o opened this issue Aug 7, 2022 · 2 comments · Fixed by #67
Assignees
Labels
annex 🌀 Related with annex

Comments

@ss-o
Copy link
Member

ss-o commented Aug 7, 2022

<!-- TODO: [docs]: Below exmaple can be replaced with asciinema image (GIF) -->

<!-- TODO: #87 [docs]: Below exmaple can be replaced with asciinema image (GIF) -->

@ss-o ss-o linked a pull request Aug 7, 2022 that will close this issue
@ss-o ss-o added the annex 🌀 Related with annex label Aug 7, 2022
@ss-o
Copy link
Member Author

ss-o commented Aug 8, 2022

Asciinema:


Code-block:

~ zi ice fsrc"myscript -> myfunc" ferc"myscript" nocompile
➜  ~ zi load z-shell/0                                       
➜  ~ which myfunc     
myfunc () {
        local bindir="/home/sall/.zi/plugins/z-shell---0" 
        local -xU PATH="$bindir":"$PATH" 
        () {
                source "$bindir"/"myscript"
        } "$@"
}
➜  ~ which myscript
myscript () {
        local bindir="/home/sall/.zi/plugins/z-shell---0" 
        local -xU PATH="$bindir":"$PATH" 
        () {
                eval "$(<"$bindir"/"myscript")"
        } "$@"
}

@ss-o ss-o self-assigned this Aug 8, 2022
@ss-o ss-o changed the title [docs]: Below exmaple can be replaced with asciinema image (GIF) --> [docs]: include asciinema video for fsrc and ferc ice-modifiers Aug 9, 2022
@ss-o ss-o closed this as completed in #67 Aug 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

Issue closed and locked due to lack of activity. If you encounter this same issue, please open a new issue and refer to this closed one.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
annex 🌀 Related with annex
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant