remove relative paths to zsh configuration files
This commit is contained in:
parent
88991e6c7c
commit
2355d03f92
1 changed files with 1 additions and 10 deletions
|
@ -200,16 +200,7 @@
|
|||
"source `guix locate fzf | grep bash_completion | awk -e '{print $2}'`"
|
||||
)))))))
|
||||
(service home-zsh-service-type
|
||||
(home-zsh-configuration
|
||||
(zshrc
|
||||
(list
|
||||
(local-file "../../../base/zshrc" "zshrc")))
|
||||
(zlogin
|
||||
(list
|
||||
(local-file "../../../base/zlogin" "zlogin")))
|
||||
(zprofile
|
||||
(list
|
||||
(local-file "../../../base/zprofile" "zprofile")))))
|
||||
(home-zsh-configuration))
|
||||
(simple-service 'variant-packages-service
|
||||
home-channels-service-type
|
||||
(list (channel
|
||||
|
|
Loading…
Add table
Reference in a new issue