Skip to content

Commit

Permalink
Update rc_awesome.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jun 15, 2024
1 parent daae950 commit 530a63a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions xontrib/rc_awesome.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ If you like the idea click ⭐ on the repo and stay tuned.
# ------------------------------------------------------------------------------
# xonshrc
# ------------------------------------------------------------------------------
# This awesome rc file was written as an example to apply in `~/.xonshrc` file.
# But if your intentions are solid and serious please read the official
# documentation (https://xon.sh/xonshrc.html) about checking the $XONSH_INTERACTIVE
# mode or creating `_int` or `_noint` files to manage the starting carefully.
# This awesome rc file was written as an example to apply in `~/.xonshrc` run control
# file that executed only when xonsh is in interactive mode i.e.:
# * `xonsh` - interactive mode with executing `~/.xonshrc` before.
# * `xonsh file.xsh` - non-interactive running without executing the `~/.xonshr` before.
# So if your intentions are solid and serious please read the official
# documentation (https://xon.sh/xonshrc.html) about checking the `$XONSH_INTERACTIVE`
# or creating `_int` or `_noint` suffixes for files to manage the starting carefully.

# ------------------------------------------------------------------------------
# Temporary fixes of known issues
Expand Down

0 comments on commit 530a63a

Please sign in to comment.