diff --git a/nvim/lua/chadrc.lua b/nvim/lua/chadrc.lua index af4628a..ea6e980 100644 --- a/nvim/lua/chadrc.lua +++ b/nvim/lua/chadrc.lua @@ -86,7 +86,7 @@ M.base46 = { ["@keyword"] = { italic = true }, ["@keyword.function"] = { bold = true }, - ["@keyword.rturn"] = { italic = true }, + ["@keyword.return"] = { italic = true }, }, } diff --git a/nvim/lua/plugins/venv.lua b/nvim/lua/plugins/venv.lua index 6ebabd0..a4878f7 100644 --- a/nvim/lua/plugins/venv.lua +++ b/nvim/lua/plugins/venv.lua @@ -15,7 +15,7 @@ return { opts = { name = ".venv", }, - event = 'VeryLazy', + event = 'VeryLazy', keys = { { 'vs', 'VenvSelect' }, }, diff --git a/zshrc b/zshrc index 1ed71c2..ef82c99 100644 --- a/zshrc +++ b/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"