mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
temp: project dir hardcoded
This commit is contained in:
parent
5b9058935d
commit
86c86d0215
@ -9,8 +9,8 @@
|
|||||||
projects = {
|
projects = {
|
||||||
description = "Jump to a project";
|
description = "Jump to a project";
|
||||||
body = ''
|
body = ''
|
||||||
set projdir (ls $PROJ | fzf)
|
set projdir (ls /home/${config.user}/dev/personal | fzf)
|
||||||
and cd $PROJ/$projdir
|
and cd /home/${config.user}/dev/personal/$projdir
|
||||||
and commandline -f execute
|
and commandline -f execute
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user