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 = {
|
||||
description = "Jump to a project";
|
||||
body = ''
|
||||
set projdir (ls $PROJ | fzf)
|
||||
and cd $PROJ/$projdir
|
||||
set projdir (ls /home/${config.user}/dev/personal | fzf)
|
||||
and cd /home/${config.user}/dev/personal/$projdir
|
||||
and commandline -f execute
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user