This website works better with JavaScript
홈
탐색
도움말
로그인
control
/
home
Watch
1
Star
0
포크
0
파일
트리:
c0a714f1d8
브랜치
태그
master
home
/
users
/
thomas
/
cli
/
bash.nix
bash.nix
94 B
히스토리
Raw
1
2
3
4
{
programs.bash.enable = true;
programs.bash.shellAliases = import ./shell-aliases.nix;
}