tryiong to fix zsh bug
This commit is contained in:
parent
ce57a9fe5a
commit
3ed614ace5
@ -47,11 +47,11 @@
|
|||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1697368971,
|
"lastModified": 1697393243,
|
||||||
"narHash": "sha256-TVK2EN32mbHO8dtcUlzDpntKJ6yOC+uPJTFJhh6eDjw=",
|
"narHash": "sha256-SfNDbLxi8hTN+CucYBroyWUEx+pQBBtnqkEkzoViS5w=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "Hyprland",
|
"repo": "Hyprland",
|
||||||
"rev": "43b39e0bc6a83ce190ff09054beb713e0431f19b",
|
"rev": "442209942fdedbdded6362cafed736c327da0e1c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
dotDir = "~/.config/zsh";
|
# dotDir = "~/.config/zsh";
|
||||||
history.path = "~/.config/zsh/.zsh_history";
|
# history.path = "~/.config/zsh/.zsh_history";
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
setopt appendhistory
|
setopt appendhistory
|
||||||
parse_git_branch() {
|
parse_git_branch() {
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
: 1697393465:0;git status
|
|
||||||
: 1697393469:0;git add .
|
|
Loading…
Reference in New Issue
Block a user