Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Nov 3, 2023
1 parent d79f35a commit a50ac24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions home/dot_config/atuin/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
workspaces = true

## where to store your database, default is your system data directory
## linux/mac: ~/.local/share/atuin/history.db
## windows: %USERPROFILE%/.local/share/atuin/history.db
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
"vs-kubernetes.ignore-recommendations": true
},

"workbench.activityBar.location": "top",
"workbench.hover.delay": 1,
"workbench.colorCustomizations": {
"editorCursor.background": "#ff930f",
Expand All @@ -223,7 +224,6 @@
"workbench.sideBar.location": "left",
"workbench.startupEditor": "none",
"workbench.tree.indent": 6,
"workbench.activityBar.visible": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Dracula Pro (Van Helsing)",

Expand Down

0 comments on commit a50ac24

Please sign in to comment.