diff --git a/.bashrc b/.bashrc index 09d25aa..fa0cacf 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,8 @@ +### Added by Codeium. These lines cannot be automatically removed if modified +if command -v termium > /dev/null 2>&1; then + eval "$(termium shell-hook show pre)" +fi +### End of Codeium integration # # -> functions # @@ -157,4 +162,9 @@ fi # # <- My configuration -# \ No newline at end of file +# +### Added by Codeium. These lines cannot be automatically removed if modified +if command -v termium > /dev/null 2>&1; then + eval "$(termium shell-hook show post)" +fi +### End of Codeium integration \ No newline at end of file diff --git a/.profile b/.profile index e930e45..2debb9b 100644 --- a/.profile +++ b/.profile @@ -1,3 +1,8 @@ +### Added by Codeium. These lines cannot be automatically removed if modified +if command -v termium > /dev/null 2>&1; then + eval "$(termium shell-hook show pre)" +fi +### End of Codeium integration # ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. @@ -17,3 +22,9 @@ PATH="$HOME/bin:$HOME/.local/bin:$PATH" if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi + +### Added by Codeium. These lines cannot be automatically removed if modified +if command -v termium > /dev/null 2>&1; then + eval "$(termium shell-hook show post)" +fi +### End of Codeium integration \ No newline at end of file diff --git a/.zshrc b/.zshrc index f8479bc..d51b8f1 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,8 @@ +### Added by Codeium. These lines cannot be automatically removed if modified +if command -v termium > /dev/null 2>&1; then + eval "$(termium shell-hook show pre)" +fi +### End of Codeium integration # # -> VARS # @@ -142,9 +147,9 @@ fi plugins+=(autojump) # git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions -plugins+=(zsh-autosuggestions) +# plugins+=(zsh-autosuggestions) # https://github.com/zsh-users/zsh-autosuggestions#configuration -export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white' +# export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white' # git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting plugins+=(zsh-syntax-highlighting) @@ -243,3 +248,9 @@ fi # # <- My configuration # + +### Added by Codeium. These lines cannot be automatically removed if modified +if command -v termium > /dev/null 2>&1; then + eval "$(termium shell-hook show post)" +fi +### End of Codeium integration \ No newline at end of file diff --git a/run.sh b/run.sh index 68a1749..291c340 100755 --- a/run.sh +++ b/run.sh @@ -582,6 +582,7 @@ function install_termium() # https://github.com/Exafunction/codeium curl -L https://github.com/Exafunction/codeium/releases/download/termium-v0.2.0/install.sh | bash + termium auth } function install_webinstall()