bash: init
This commit is contained in:
parent
e2172a7001
commit
ebc3412f80
2 changed files with 34 additions and 0 deletions
12
.bash_profile
Normal file
12
.bash_profile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# .bash_profile
|
||||
|
||||
# Get the aliases and functions
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
||||
# User specific environment and startup programs
|
||||
|
||||
export EDITOR=nvim
|
||||
|
||||
if [ -e /home/0xa/.nix-profile/etc/profile.d/nix.sh ]; then . /home/0xa/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
Loading…
Add table
Add a link
Reference in a new issue