trying to make u-he plugins work
This commit is contained in:
parent
0db7b6f402
commit
9600c7a029
5 changed files with 36 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function nixgc --description 'update home manager'
|
||||
sudo nix-collect-garbage $argv
|
||||
nix-collect-garbage $argv && sudo nix-collect-garbage $argv
|
||||
end
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
(when (probe-file quicklisp-init)
|
||||
(load quicklisp-init)))
|
||||
|
||||
;; (push (pathname "~/quicklisp/") ql:*local-project-directories*)
|
||||
(push (pathname "~/source/_cl") ql:*local-project-directories*)
|
||||
|
||||
(ql:quickload :cffi :silent t)
|
||||
(pushnew (merge-pathnames ".nix-profile/lib/" (user-homedir-pathname))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue