This website works better with JavaScript
首頁
探索
說明
登入
control
/
home
關註
1
讚好
0
複刻
0
Files
目錄樹:
c28f16b273
分支列表
標籤列表
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;
}