chore(zsh): implement upstreamn changes in configuration
This commit is contained in:
parent
4728addcb0
commit
9154cf5b43
2 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@ in
|
|||
poppler_utils # Preview PDF file
|
||||
];
|
||||
programs.zsh = {
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
cdv() {
|
||||
cd "$(vifm --choose-dir - "$@")"
|
||||
}
|
||||
openv() {
|
||||
openv() {
|
||||
xdg-open "$(vifm --choose-file - "$@")"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue