Add color to ip / typo
This commit is contained in:
@@ -86,7 +86,7 @@ M.base46 = {
|
|||||||
|
|
||||||
["@keyword"] = { italic = true },
|
["@keyword"] = { italic = true },
|
||||||
["@keyword.function"] = { bold = true },
|
["@keyword.function"] = { bold = true },
|
||||||
["@keyword.rturn"] = { italic = true },
|
["@keyword.return"] = { italic = true },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
name = ".venv",
|
name = ".venv",
|
||||||
},
|
},
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
keys = {
|
keys = {
|
||||||
{ '<leader>vs', '<cmd>VenvSelect<cr>' },
|
{ '<leader>vs', '<cmd>VenvSelect<cr>' },
|
||||||
},
|
},
|
||||||
|
|||||||
3
zshrc
3
zshrc
@@ -103,7 +103,8 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
||||||
# For a full list of active aliases, run `alias`.
|
# For a full list of active aliases, run `alias`.
|
||||||
#
|
#
|
||||||
# Example aliases
|
# Aliases
|
||||||
|
alias ip='ip -c'
|
||||||
alias sshh='fast-ssh'
|
alias sshh='fast-ssh'
|
||||||
alias gitui='eval `ssh-agent -s` && ssh-add && gitui'
|
alias gitui='eval `ssh-agent -s` && ssh-add && gitui'
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
|
|||||||
Reference in New Issue
Block a user