mirror of
https://github.com/d3m0k1d/dots.git
synced 2026-03-14 18:02:44 +00:00
Upd zsh alias
This commit is contained in:
@@ -44,6 +44,18 @@ return {
|
|||||||
-- customize language server configuration options passed to `lspconfig`
|
-- customize language server configuration options passed to `lspconfig`
|
||||||
---@diagnostic disable: missing-fields
|
---@diagnostic disable: missing-fields
|
||||||
config = {
|
config = {
|
||||||
|
yamlls = {
|
||||||
|
settings = {
|
||||||
|
yaml = {
|
||||||
|
schemas = {
|
||||||
|
["https://goreleaser.com/static/schema.json"] = {
|
||||||
|
".goreleaser.yaml",
|
||||||
|
".goreleaser.yml"
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
-- clangd = { capabilities = { offsetEncoding = "utf-8" } },
|
-- clangd = { capabilities = { offsetEncoding = "utf-8" } },
|
||||||
},
|
},
|
||||||
-- customize how language servers are attached
|
-- customize how language servers are attached
|
||||||
|
|||||||
5
.zshrc
5
.zshrc
@@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
# Path to your Oh My Zsh installation.
|
# Path to your Oh My Zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
export GOPATH=$HOME/go
|
||||||
|
export PATH=$PATH:$GOPATH/bin
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# Set name of the theme to load --- if set to "random", it will
|
||||||
# load a random theme each time Oh My Zsh is loaded, in which case,
|
# load a random theme each time Oh My Zsh is loaded, in which case,
|
||||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||||
@@ -106,6 +107,8 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
alias n='nvim'
|
alias n='nvim'
|
||||||
alias l='lazygit'
|
alias l='lazygit'
|
||||||
alias g='git push origin master'
|
alias g='git push origin master'
|
||||||
|
alias gg= 'git pull origin master && git push gitea master'
|
||||||
alias sn='shutdown now'
|
alias sn='shutdown now'
|
||||||
alias upd='sudo pacman -Syu'
|
alias upd='sudo pacman -Syu'
|
||||||
alias ls='eza'
|
alias ls='eza'
|
||||||
|
alias ff='fastfetch'
|
||||||
|
|||||||
Reference in New Issue
Block a user