Skip to content

Commit

Permalink
chore: Update files ♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Sep 21, 2021
1 parent 5ac5fe7 commit 1e10ba3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions aliases
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ alias reload="exec $SHELL -l"
alias cdg='cd $(git root)'
alias cdv='cd ~/gitrepos/dotfiles/nvim'
alias cdd='cd ~/gitrepos/dotfiles'
alias cdn='cd ~/gitrepos/notes'
alias cdr='cd ~/gitrepos'

# tmux aliases
Expand Down
8 changes: 4 additions & 4 deletions nvim/lua/kd/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ require("lualine").setup({
options = { theme = theme },
tabline = {
lualine_a = { "buffers" },
lualine_b = { "buffers" },
lualine_c = { "buffers" },
lualine_x = { "tabs" },
lualine_y = { "tabs" },
lualine_b = {},
lualine_c = {},
lualine_x = {},
lualine_y = {},
lualine_z = { "tabs" },
},
sections = vim.deepcopy(sections),
Expand Down

0 comments on commit 1e10ba3

Please sign in to comment.