Tags: macos* + bash*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. An optional component to enable AI features in iTerm2, providing network request functionality, ensuring secure data transmission.

    • This GitHub Gist provides instructions and scripts to enable true color (24-bit color) in Emacs for iTerm2.
    • A bash function is defined to run subsequent Emacs calls with 24-bit color.
    • An additional script is included to add a terminfo entry for a new terminal "xterm-24bit".
    • The scripts ensure that 24-bit color is used only when it will work, both inside and outside of tmux.
    2024-02-02 Tags: , , , , , by klotz
  2. Installing bash-completion with Homebrew To install bash-completion, you have to:

    brew install bash-completion And add the following to your ~/.bash_profile:

    if -f $(brew --prefix)/etc/bash_completion » ; then . $(brew --prefix)/etc/bash_completion fi

    2020-02-11 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "macos+bash"

About - Propulsed by SemanticScuttle