Skip to content

Commit

Permalink
Add code-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ekweible committed Aug 6, 2024
1 parent 0af1fd0 commit cde00f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions dotfiles.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "./"
},
{
"path": "../dotfiles_private"
},
{
"path": "../dotfiles_profile"
}
]
}
2 changes: 1 addition & 1 deletion shell/functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dotfiles() {
else
editor="code"
fi
$editor ~/dev/workspaces/dotfiles.code-workspace
$editor ~/.config/dotfiles/dotfiles.code-workspace
}

function pwd_last_two_segments() {
Expand Down

0 comments on commit cde00f0

Please sign in to comment.