add nix and cargo package managers

This commit is contained in:
histausse 2022-09-16 09:51:24 +02:00
parent e2d83d7f19
commit ac09942808
Signed by: histausse
GPG key ID: 67486F107F62E9E9
3 changed files with 5 additions and 0 deletions

View file

@ -7,3 +7,4 @@
export PATH="$HOME/.gem/ruby/2.7.0/bin:$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH";
export DATA="/media/me/dataDrive"
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || export QT_QPA_PLATFORMTHEME="qt5ct"
. "$HOME/.cargo/env"

View file

@ -79,3 +79,4 @@ alias hindley='ssh hindley.adh.auro.re'
alias proxy_hindley='ssh -D 8080 hindley.adh.auro.re'
alias config='/usr/bin/git --git-dir=/home/me/.cfg/ --work-tree=/home/me'
. "$HOME/.cargo/env"

View file

@ -7,7 +7,10 @@ $XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec
xontrib load bashisms
xontrib load coreutils
source-bash "$HOME/.cargo/env"
# env
$PATH.insert(0, $HOME+'/.nix-profile/bin')
$PATH.insert(0, $HOME+'/bin')
$PATH.insert(0, $HOME+'/.local/bin')
$PATH.insert(0, $HOME+'/.cargo/bin')