Add color to ip / typo
This commit is contained in:
@@ -86,7 +86,7 @@ M.base46 = {
|
||||
|
||||
["@keyword"] = { italic = true },
|
||||
["@keyword.function"] = { bold = true },
|
||||
["@keyword.rturn"] = { italic = true },
|
||||
["@keyword.return"] = { italic = true },
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ return {
|
||||
opts = {
|
||||
name = ".venv",
|
||||
},
|
||||
event = 'VeryLazy',
|
||||
event = 'VeryLazy',
|
||||
keys = {
|
||||
{ '<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.
|
||||
# For a full list of active aliases, run `alias`.
|
||||
#
|
||||
# Example aliases
|
||||
# Aliases
|
||||
alias ip='ip -c'
|
||||
alias sshh='fast-ssh'
|
||||
alias gitui='eval `ssh-agent -s` && ssh-add && gitui'
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
|
||||
Reference in New Issue
Block a user