Misc updates

modified:   README.md
	modified:   bash/dot-bashrc
	modified:   git/dot-config/git/config
	new file:   helix/dot-config/helix/config.toml
	modified:   pet/dot-config/pet/snippet.toml
	renamed:    run.sh -> setup.sh
This commit is contained in:
2025-12-03 22:33:58 +01:00
parent 6475b15d70
commit 7c30e64c4b
6 changed files with 32 additions and 4 deletions

View File

@@ -137,8 +137,8 @@ eval "$(starship init bash)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# Pagers
export PAGER="$(which moar)"
export MANPAGER="$PAGER"
#export PAGER="$(which moar)"
# export MANPAGER="$PAGER"
# Github CLI aliases
alias ghce="gh copilot explain"
@@ -148,9 +148,14 @@ alias ghcs="gh copilot suggest"
# broot does this now
# alias fcd='cd "$(dirname "$(fzf)")"'
alias st='systemctl-tui'
alias task='./task.py'
# BEGIN hcloud
source <(hcloud completion bash)
# END hcloud
source /home/seb/.config/broot/launcher/bash/br
[ -f "/home/seb/.ghcup/env" ] && . "/home/seb/.ghcup/env" # ghcup-env
alias nodeman='ssh hwsec nodeman'