mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update bash config
This commit is contained in:
parent
9eaeadef40
commit
f680004458
3 changed files with 6 additions and 1 deletions
2
bashrc
2
bashrc
|
|
@ -1,3 +1,4 @@
|
||||||
|
# vim: set ft=sh:
|
||||||
# .bashrc
|
# .bashrc
|
||||||
|
|
||||||
# Source global definitions
|
# Source global definitions
|
||||||
|
|
@ -23,4 +24,3 @@ if [ -d ~/.bashrc.d ]; then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
unset rc
|
unset rc
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
|
|
||||||
4
bashrc.d/cargo
Normal file
4
bashrc.d/cargo
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# vim: set ft=sh:
|
||||||
|
if [ -f "$HOME/.cargo/env" ]; then
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
fi
|
||||||
|
|
@ -26,6 +26,7 @@ for target in ${DIRECTORIES[@]}; do
|
||||||
done
|
done
|
||||||
|
|
||||||
ln -sfr $BASE_PATH/bashrc $HOME/.bashrc
|
ln -sfr $BASE_PATH/bashrc $HOME/.bashrc
|
||||||
|
ln -sfr $BASE_PATH/bashrc.d $HOME/.bashrc.d
|
||||||
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
|
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
|
||||||
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
|
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
|
||||||
ln -sfr $BASE_PATH/picom.conf $HOME/.config/picom.conf
|
ln -sfr $BASE_PATH/picom.conf $HOME/.config/picom.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue