diff options
| -rw-r--r-- | home/xyz/.bashrc | 1 | ||||
| -rw-r--r-- | home/xyz/.config/nvim/init.vim | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index ad78be64..8dbad2b9 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -153,7 +153,6 @@ alias glmark2='glmark2 --fullscreen --annotate' alias grep='grep --color=auto' #alias info='info --vi-keys' alias ls='ls --color=auto' -alias nethogs='nethogs -C' alias radeontop='radeontop -c' alias rem='rem -@' alias remind='remind -@' diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 25b75fec..2257f678 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -241,6 +241,7 @@ set laststatus=2 " https://github.com/neovim/neovim/pull/33036 set statusline=%< set statusline+=%f " %F or 1CTRL+G to show full path +" after me change some text in a file this will show [+] set statusline+=\ %m set statusline+=%r set statusline+=%= |
