Add color to ip / typo

This commit is contained in:
2025-01-13 14:20:13 +01:00
parent 8ca661bd3a
commit b2cf6805a0
3 changed files with 4 additions and 3 deletions

View File

@@ -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 },
}, },
} }

View File

@@ -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
View File

@@ -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"