These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
442 B

7 months ago
  1. # Shell
  2. The Shell in Arch-Linux is made up by a POSIX compliant mode of bash.
  3. Problem with that is the speed.
  4. A shell like dash would be much faster.
  5. This is a guide on how to persistently change the symlink /bin/sh from bash to dash.
  6. ## Setup
  7. - `yay -S dash` - Install dash
  8. - `sudo ln -sfT /bin/dash /bin/sh` - link /bin/sh to dash
  9. - `sudo vim /usr/share/libalpm/hooks/bash-update.hook` - setup a hook to avoid bash resetting the symlink