~ruther/guix-config

59ea89be938cf93288079cb68ac55b3ed9ff2219 — Rutherther 11 days ago eddb8be
feat: add eat shell integration to zsh and bash
2 files changed, 8 insertions(+), 0 deletions(-)

M home/dotfiles/.bashrc
M home/dotfiles/.zshrc
M home/dotfiles/.bashrc => home/dotfiles/.bashrc +4 -0
@@ 19,6 19,10 @@ fi
# Source the system-wide file.
[ -f /etc/bashrc ] && source /etc/bashrc

# Emacs eat integration
[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
  source "$EAT_SHELL_INTEGRATION_DIR/bash"

alias ls='ls -p --color=auto'
alias ll='ls -l'
alias grep='grep --color=auto'

M home/dotfiles/.zshrc => home/dotfiles/.zshrc +4 -0
@@ 40,5 40,9 @@ source $ZDOTDIR/plugins/liquidprompt/liquidprompt.plugin.zsh
source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

# Eat integration
[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
  source "$EAT_SHELL_INTEGRATION_DIR/zsh"

# LiquidPrompt config
export LP_PS1_POSTFIX=$'\n> '

Do not follow this link