1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

update bash config

This commit is contained in:
Henrik Hautakoski 2025-09-18 02:30:32 +02:00
parent 9eaeadef40
commit f680004458
3 changed files with 6 additions and 1 deletions

2
bashrc
View file

@ -1,3 +1,4 @@
# vim: set ft=sh:
# .bashrc
# Source global definitions
@ -23,4 +24,3 @@ if [ -d ~/.bashrc.d ]; then
done
fi
unset rc
. "$HOME/.cargo/env"