From dccab48c5bd5c2a2c82bfa62638c928e1701d398 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Fri, 2 Aug 2024 23:07:28 -0400 Subject: [PATCH] save --- zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index d8a4e8e..e944b70 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -5,6 +5,7 @@ alias ls='ls --color=auto' alias ll='ls -lah' alias ff='fastfetch' alias apt='nala' +alias b='bat --paging=always' [ -f "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" ] && source "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" plug "zsh-users/zsh-autosuggestions" @@ -18,10 +19,12 @@ plug "Aloxaf/fzf-tab" autoload -Uz compinit compinit - eval "$(starship init zsh)" if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then exec tmux fi + export PATH=$PATH:/usr/local/go/bin +export PATH=$PATH:/~/go/bin/ +export PATH=$PATH:/.gem