7

One can create a file named .bash_aliases in their home directory to create aliases for that user.

Is there a way to create a .bash_aliases that is system wide for all users? I know one can add aliases in the /etc/bash.bashrc file but this is not ideal.

And is there a way to achieve this with other shells such as zsh and fish?

top 3 comments
sorted by: hot top controversial new old
[-] bzLem0n@lemmy.ca 4 points 11 months ago* (last edited 11 months ago)

You should put the aliases in /etc/profile or create a file in /etc/profile.d/ for them. Most modern shells will source /etc/profile which in turn sources the files in /etc/profile.d/, so that's the best spot for things like aliases for all users. See the Arch Wiki page Command-line shell, specifically sections 4 and 5.

[-] trymeout@lemmy.world 1 points 11 months ago

I put a myaliases.sh file in /etc/profile.d/ with all of my aliases and they do not show up in the terminal even after I rebooted my computer.

[-] bzLem0n@lemmy.ca 0 points 11 months ago

Did you make sure it is a bash script, starting with a shebang, and is executable.

this post was submitted on 25 Sep 2023
7 points (100.0% liked)

linux4noobs

1277 readers
20 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 1 year ago
MODERATORS