[SOLVED] Is there no ~/.bashrc?

Archived topics about LMDE 1 and LMDE 2
Locked
jargon

[SOLVED] Is there no ~/.bashrc?

Post by jargon »

I didn't format /home when I installed LMDE on my desktop and so I've still got the previous distro's ~/.bashrc. I've been asking around for LMDE's default ~/.bashrc and now I'm hearing from one person that there doesn't appear to be a default ~/.bashrc. Is this true?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
tux_errante

Re: Is there no ~/.bashrc?

Post by tux_errante »

Hi !
Today I too discovered this, trying to add new aliases, but you can easily create new one and it will work fine ;)

Code: Select all

gedit ~/.bashrc
example

Code: Select all

alias up='sudo apt-get update'
alias upg='sudo apt-get upgrade'
alias upup='up && upg'
alias install='sudo apt-get install'
jargon

Re: Is there no ~/.bashrc?

Post by jargon »

I'm going to use /etc/bash.bashrc
I was looking for a default, because I didn't format /home and assumed there would be a default ~/.bashrc
Thanks
Locked

Return to “LMDE Archive”