Skip to content

Commit

Permalink
refactor(git): change work folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jan 28, 2024
1 parent a1a6087 commit 07fe1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
insteadOf = "g:"
pushInsteadOf = "g:"

[includeIf "gitdir:~/Documents/Work/"]
[includeIf "gitdir:~/Documents/Projects/HubX/"]
path = work.gitconfig
2 changes: 1 addition & 1 deletion .config/lf/lfrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ map zV :set ratios 1:1:1; set preview; set info size
map bw cd ~/Downloads
map bd cd ~/Documents
map bp cd ~/Documents/Projects
map bo cd ~/Documents/Work
map bo cd ~/Documents/Projects/HubX
map bc cd ~/.config
map bl cd ~/.local/share
map ud clear
Expand Down

0 comments on commit 07fe1e6

Please sign in to comment.