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