This website works better with JavaScript
首页
发现
帮助
登录
control
/
home
关注
1
点赞
0
派生
0
文件
目录树:
bfec9d9f4b
分支列表
标签列表
master
home
/
users
/
thomas
/
cli
/
bash.nix
bash.nix
94 B
文件历史
原始文件
1
2
3
4
{
programs.bash.enable = true;
programs.bash.shellAliases = import ./shell-aliases.nix;
}