This commit is contained in:
Tumble 2024-03-08 21:15:41 +00:00
commit e3aa3f102e
No known key found for this signature in database
3 changed files with 15 additions and 17 deletions

29
.bashrc
View File

@ -1,5 +1,3 @@
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
@ -11,22 +9,23 @@ alias npx=pnpx
alias dl=yt-dlp
alias youtube-dl=yt-dlp
#export PNPM_HOME="/home/$USER/.local/share/pnpm"
#export PATH="$PATH:$PNPM_HOME"
#PS1='[\u@\h \W]\$ '
PS1='[\u@\h \W]\$ '
# Customize the prompt
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$(parse_git_branch)\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(parse_git_branch)\$ '
fi
export PATH=$PATH:/home/tumble/.local/share/pnpm
export PATH=$PATH:/home/tumble/.local/bin
# Python
export PATH="$PATH:/home/tumble/.local/bin:/home/tumble/.pyenv/bin"
export PATH="$PATH:/home/tumble/.pyenv/bin:/home/tumble/.cargo/bin"
# Ruby
eval "$(rbenv init - bash)"
. "$HOME/.cargo/env"
export PNPM_HOME="/home/tumble/.local/share/pnpm"
export PATH=$PATH:$PNPM_HOME
if [[ -d '$HOME/.cargo' ]]; then
export PATH="$PATH:/home/tumble/.pyenv/bin:/home/tumble/.cargo/bin"
. "$HOME/.cargo/env"
fi

View File

@ -1,7 +1,6 @@
if ! pgrep -x ssh-agent -u $(id -u) >/dev/null; then
# This sets SSH_AUTH_SOCK and SSH_AGENT_PID variables
eval "$(ssh-agent -s)"
export SSH_AUTH_SOCK SSH_AGENT_PID
cat >"$XDG_RUNTIME_DIR/ssh-agent-env" <<-__EOF__

View File

@ -1,8 +1,8 @@
Host steamdeck
HostName jirachi
User deck
# Raspbery Pi
Host porygon
HostName tumble.beanofficial.co
Port 3022