add nix and cargo package managers
This commit is contained in:
parent
e2d83d7f19
commit
ac09942808
3 changed files with 5 additions and 0 deletions
|
@ -7,3 +7,4 @@
|
||||||
export PATH="$HOME/.gem/ruby/2.7.0/bin:$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH";
|
export PATH="$HOME/.gem/ruby/2.7.0/bin:$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH";
|
||||||
export DATA="/media/me/dataDrive"
|
export DATA="/media/me/dataDrive"
|
||||||
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || export QT_QPA_PLATFORMTHEME="qt5ct"
|
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
1
.bashrc
1
.bashrc
|
@ -79,3 +79,4 @@ alias hindley='ssh hindley.adh.auro.re'
|
||||||
alias proxy_hindley='ssh -D 8080 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'
|
alias config='/usr/bin/git --git-dir=/home/me/.cfg/ --work-tree=/home/me'
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
3
.xonshrc
3
.xonshrc
|
@ -7,7 +7,10 @@ $XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec
|
||||||
xontrib load bashisms
|
xontrib load bashisms
|
||||||
xontrib load coreutils
|
xontrib load coreutils
|
||||||
|
|
||||||
|
source-bash "$HOME/.cargo/env"
|
||||||
|
|
||||||
# env
|
# env
|
||||||
|
$PATH.insert(0, $HOME+'/.nix-profile/bin')
|
||||||
$PATH.insert(0, $HOME+'/bin')
|
$PATH.insert(0, $HOME+'/bin')
|
||||||
$PATH.insert(0, $HOME+'/.local/bin')
|
$PATH.insert(0, $HOME+'/.local/bin')
|
||||||
$PATH.insert(0, $HOME+'/.cargo/bin')
|
$PATH.insert(0, $HOME+'/.cargo/bin')
|
||||||
|
|
Loading…
Reference in a new issue