Skip to content

Commit

Permalink
Protontricks and Nix Home Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Aug 6, 2024
1 parent 78a3bfa commit f237a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions bash-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ alias tmux-clean='tmux ls -F "#{session_attached} #{session_group} #{session_id}
alias tmux-join='tmux ls 2> /dev/null > /dev/null && tmux new -t $(tmux ls -F "#{session_id}" | sed "s/\$//" | head -1)\; new-window -c "$(pwd)" || tmux'
alias vi="$EDITOR"
alias vim="$EDITOR"
alias protontricks='flatpak run com.github.Matoking.protontricks'

if is wsl ; then
alias npp='notepad++.exe'
Expand Down
5 changes: 5 additions & 0 deletions bashrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ if [ -d ~/.ssh ]; then
ssh-add ~/.ssh/id_rsa 2> /dev/null
fi

# Nix Home Manager
if [ -f ~/.nix-profile/etc/profile.d/hm-session-vars.sh ]; then
source ~/.nix-profile/etc/profile.d/hm-session-vars.sh
fi

# Pip && Python Dependency Manager (pdm)
if [ -d ~/.local/bin ]; then
export PATH="$PATH:$HOME/.local/bin"
Expand Down

0 comments on commit f237a71

Please sign in to comment.