fix: Nix-darwin system path
This commit is contained in:
parent
720d1d4d19
commit
23e7febe0e
3 changed files with 7 additions and 4 deletions
3
.zshrc
3
.zshrc
|
@ -16,6 +16,9 @@ trypath /run/current-system/sw/bin
|
|||
trysource ${HOME}/.nix-profile/etc/profile.d/nix.sh
|
||||
# Nix home-manager
|
||||
trysource ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||
trysource /etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh
|
||||
trypath /etc/profiles/per-user/$USER/bin
|
||||
|
||||
|
||||
# Zplug
|
||||
trysource ${HOME}/.zplug/init.zsh
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"iot_environment": "3",
|
||||
"keyboard_supported": "none/alt/control/shift",
|
||||
"language": "en_US",
|
||||
"last_backup_path": "/var/folders/9x/mjvqdwwj2gb9j1jz_f_wn0k80000gn/T/orcaslicer_model/Sat_Nov_04/18_03_08#91832#185",
|
||||
"last_backup_path": "/var/folders/9x/mjvqdwwj2gb9j1jz_f_wn0k80000gn/T/orcaslicer_model/Sun_Nov_05/10_50_20#2768#47",
|
||||
"last_export_path": "/Users/kdb424/Downloads/seeed-xiao-ble-case-model_files",
|
||||
"max_recent_count": "18",
|
||||
"mouse_supported": "mouse left/mouse middle/mouse right",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"use_retina_opengl": true,
|
||||
"user_mode": "advanced",
|
||||
"version": "01.07.04.52",
|
||||
"window_mainframe": "10; 35; 3420; 1395; 0",
|
||||
"window_mainframe": "10; 35; 1705; 1395; 0",
|
||||
"zoom_to_mouse": false,
|
||||
"zoom_view": "none/mouse left"
|
||||
},
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# generated by SuperSlicer 2.5.59 on 2023-10-29 at 22:57:30 UTC
|
||||
# generated by SuperSlicer 2.5.59 on 2023-11-06 at 00:04:00 UTC
|
||||
allow_ip_resolve = 1
|
||||
auto_switch_preview = 2
|
||||
auto_toolbar_size = 100
|
||||
|
@ -71,7 +71,7 @@ use_rich_tooltip = 0
|
|||
version = 2.5.59.2
|
||||
version_check = 1
|
||||
view_mode = expert
|
||||
window_mainframe = 10; 35; 3420; 1395; 0
|
||||
window_mainframe = 10; 35; 1705; 1395; 0
|
||||
window_settings_dialog = 0; 25; 3440; 1415; 1
|
||||
|
||||
[arrange]
|
||||
|
|
Loading…
Add table
Reference in a new issue