mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 20:48:41 +08:00
Merge branch 'change-shell' into 'master'
Change shell temporarily, add zsh and fish to CI See merge request redox-os/redox!1881
This commit is contained in:
commit
4e97b2acbd
@ -276,12 +276,12 @@ uid = 0
|
|||||||
gid = 0
|
gid = 0
|
||||||
name = "root"
|
name = "root"
|
||||||
home = "/root"
|
home = "/root"
|
||||||
shell = "/usr/bin/ion"
|
shell = "/usr/bin/bash"
|
||||||
|
|
||||||
[users.user]
|
[users.user]
|
||||||
# Password is unset
|
# Password is unset
|
||||||
password = ""
|
password = ""
|
||||||
shell = "/usr/bin/ion"
|
shell = "/usr/bin/bash"
|
||||||
|
|
||||||
# Group settings
|
# Group settings
|
||||||
[groups.sudo]
|
[groups.sudo]
|
||||||
|
|||||||
@ -58,6 +58,7 @@ expat = {}
|
|||||||
extrautils = {}
|
extrautils = {}
|
||||||
ffmpeg6 = {}
|
ffmpeg6 = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
|
fish-shell = {}
|
||||||
fontconfig = {}
|
fontconfig = {}
|
||||||
freedoom = {}
|
freedoom = {}
|
||||||
freefont = {}
|
freefont = {}
|
||||||
@ -213,6 +214,7 @@ winit-wayland = {}
|
|||||||
xxhash = {}
|
xxhash = {}
|
||||||
xz = {}
|
xz = {}
|
||||||
zenity = {}
|
zenity = {}
|
||||||
|
zsh = {}
|
||||||
zlib = {}
|
zlib = {}
|
||||||
zstd = {}
|
zstd = {}
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
# WIP: Builds, runs, but hangs on waitpid
|
#TODO: Install share/completion files
|
||||||
|
|
||||||
[source]
|
[source]
|
||||||
git = "https://github.com/fish-shell/fish-shell"
|
git = "https://github.com/fish-shell/fish-shell"
|
||||||
rev = "54e8ad7e90a8213c01ba58de0640223bee6846d6"
|
rev = "54e8ad7e90a8213c01ba58de0640223bee6846d6"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#TODO: Buggy, can't return after running commands
|
#TODO: spammy getrusage() warning, or need times() support
|
||||||
[source]
|
[source]
|
||||||
tar = "https://github.com/zsh-users/zsh/archive/refs/tags/zsh-5.9.tar.gz"
|
tar = "https://github.com/zsh-users/zsh/archive/refs/tags/zsh-5.9.tar.gz"
|
||||||
blake3 = "a15b94fae03e87aba6fc6a27df3c98e610b85b0c7c0fc90248f07fdcb8816860"
|
blake3 = "a15b94fae03e87aba6fc6a27df3c98e610b85b0c7c0fc90248f07fdcb8816860"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user