[-] nicoag328@lemmy.ml 3 points 1 year ago

Yes there are, but are probably shadowed by the elections and the recent death of a 12-year old in a robbery

[-] nicoag328@lemmy.ml 0 points 1 year ago

Should note that he died from cardiac arrest without puncture injuries. He also had previous cardiac complications.

Source: Official autopsy from national government

[-] nicoag328@lemmy.ml 1 points 1 year ago

You can source other files inside aliases.sh or as @treadful noted .bash_aliases

.bash_aliases:

source .aliases/program_x.sh source .aliases/program_y.sh

This way you can have a file with aliases for each application or group of applications.

But it would be helpful if you provided more information on what you really want to do. Read https://xyproblem.info/

[-] nicoag328@lemmy.ml 10 points 1 year ago

You could source an aliases.sh file on your .bashrc where you define your aliases, so that they don't fill up your bashrc.

For example, in your bashrc:

source ~/.aliases.sh

This way you could also create a file with aliases per program.

nicoag328

joined 1 year ago