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.

14 lines
468 B

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