Replace deprecated initExtra with initContent in papis.nix
This commit is contained in:
parent
e97279e5a4
commit
976a6267d2
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Shell functions for papis workflow
|
# Shell functions for papis workflow
|
||||||
programs.zsh.initExtra = ''
|
programs.zsh.initContent = ''
|
||||||
# Papis finder function - open document directory in Finder with query support
|
# Papis finder function - open document directory in Finder with query support
|
||||||
pafinder() {
|
pafinder() {
|
||||||
local result=$(papis list "$@" | head -1)
|
local result=$(papis list "$@" | head -1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue