Compare commits
No commits in common. "c602206136857365a9e6074d1d7b6045a30ec211" and "aac8bb74d29f3729907331f6ae64615ee73f5f00" have entirely different histories.
c602206136
...
aac8bb74d2
5 changed files with 1 additions and 17 deletions
3
.config/.gitignore
vendored
3
.config/.gitignore
vendored
|
@ -25,9 +25,6 @@
|
|||
# neovim
|
||||
!/nvim/
|
||||
|
||||
# RA-Mux
|
||||
!/ra-multiplex/
|
||||
|
||||
# git
|
||||
!/git/
|
||||
!/git-graph/
|
||||
|
|
|
@ -23,11 +23,6 @@ style = 'agnoster_full'
|
|||
"~" = ""
|
||||
"~/Downloads" = ""
|
||||
"~/Workspace" = " "
|
||||
"~/Workspace/Learning" = " "
|
||||
"~/Workspace/School" = " "
|
||||
"~/Workspace/AdventOfCode" = " "
|
||||
"~/Workspace/Userscripts" = ""
|
||||
"~/Workspace/Forgejo" = ""
|
||||
|
||||
[[blocks.segments]]
|
||||
type = 'git'
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
instance_timeout = 600 # after 10 minutes
|
||||
gc_interval = 10 # every 10 seconds
|
||||
listen = ["127.0.0.1", 27631] # localhost & some random unprivileged port
|
||||
connect = ["127.0.0.1", 27631] # same as `listen`
|
||||
log_filters = "info"
|
||||
pass_environment = []
|
|
@ -3,7 +3,7 @@ Description=Multiplex Rust Analyzer Sessions, for a fast LSP experience
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/zsh -l -c 'exec "$@"' _ %h/.local/share/cargo/bin/ra-multiplex server
|
||||
ExecStart=/usr/bin/zsh -l -c 'exec "$@"' _ ra-multiplex server
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -112,8 +112,6 @@ ws() {
|
|||
["$HOME/Workspace/Learning"]='3, '
|
||||
["$HOME/Workspace/School"]='3, '
|
||||
["$HOME/Workspace/AdventOfCode"]='3, '
|
||||
["$HOME/Workspace/Userscripts"]='3,'
|
||||
["$HOME/Workspace/Forgejo"]='3,'
|
||||
["$HOME/Workspace"]='2, '
|
||||
["$HOME/Downloads"]='2,'
|
||||
["$HOME"]='1, '
|
||||
|
|
Loading…
Reference in a new issue