Updated config
This commit is contained in:
parent
c2738b61f1
commit
8acac0e405
@ -1,2 +1,2 @@
|
||||
LANG=en_US.UTF-8
|
||||
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh
|
||||
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
|
||||
|
@ -49,9 +49,11 @@ alias tk "tmux kill-server"
|
||||
|
||||
# Systemctl
|
||||
alias s "systemctl"
|
||||
alias s+ "systemctl start"
|
||||
alias s- "systemctl stop"
|
||||
alias sr "systemctl restart"
|
||||
alias s+ "sudo systemctl start"
|
||||
alias s- "sudo systemctl stop"
|
||||
alias se "sudo systemctl enable"
|
||||
alias sd "sudo systemctl disable"
|
||||
alias sr "sudo systemctl restart"
|
||||
alias ss "systemctl status"
|
||||
alias sl "systemctl list-units --type=service --state=running"
|
||||
alias sld "systemctl list-unit-files --type=service --state=disabled"
|
||||
|
@ -12,10 +12,10 @@
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "d67715d3b746a19e951b6b0a99663fa909bb9e64" },
|
||||
"nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" },
|
||||
"nvim-tree.lua": { "branch": "master", "commit": "f7c09bd72e50e1795bd3afb9e2a2b157b4bfb3c3" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "93a9632b63c1a6878551b37688e0884c04178525" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "c28396de30b92a5af049037c2bd543a932a37a78" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "cb0c967c9723a76ccb1be0cc3a9a10e577d2f6ec" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "f7adfc4b3f4f91aab6caebf42b3682945fbc35be" },
|
||||
"telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "f06eeb79e14d5c95745558927c5b1f341c0a3a28" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "221778e93bfaa58bce4be4e055ed2edecc26f799" },
|
||||
"vim-visual-multi": { "branch": "master", "commit": "fe1ec7e430013b83c8c2dee85ae496251b71e253" }
|
||||
}
|
Loading…
Reference in New Issue
Block a user