index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
bin
/
with_zsh
blob: 0da2d958028020c23c42c322beb673b66cfa01fa (
plain
) (
blame
)
1
2
3
4
#!/bin/sh
zsh
-c
"source ~/.zshrc &&
$@
"
;