Skip to content

Commit

Permalink
Uncomment output settings in release config (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d authored Jan 21, 2025
1 parent 8f8cb60 commit e40db3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/release/xdg/config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ------------------ experimental
# Experimental settings for output. Not yet working.
#[output]
[output]
# otherwise recording via script session will be enforced
#enforce_script = false
enforce_script = false
# file with output(s) of regular commands (e.g. ls, echo, etc.)
#file = "/tmp/command-line-assistant/output.txt"
file = "/tmp/command-line-assistant/output.txt"
# Keep non-empty if your file contains only output of commands (not prompt itself)
#prompt_separator = "$"
prompt_separator = "$"
# ------------------ experimental

# History management configuration
Expand Down

0 comments on commit e40db3a

Please sign in to comment.