updating profile and removing neovim theme
This commit is contained in:
parent
d0baf861fd
commit
2687639d49
|
@ -4,7 +4,6 @@ call plug#begin()
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||||
Plug 'https://gitlab.com/code-stats/code-stats-vim.git', {'do': ':TSUpdate'}
|
Plug 'https://gitlab.com/code-stats/code-stats-vim.git', {'do': ':TSUpdate'}
|
||||||
Plug 'vim-airline/vim-airline', {'do': ':TSUpdate'}
|
Plug 'vim-airline/vim-airline', {'do': ':TSUpdate'}
|
||||||
Plug 'catppuccin/nvim', {'as': 'catpputccin'}
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
5
profile
5
profile
|
@ -33,7 +33,6 @@ if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias ccat="highlight -O ansi $@"
|
alias ccat="highlight -O ansi $@"
|
||||||
alias ls="ls -h --color=auto"
|
alias ls="eza --time-style '+%Y.%m.%d %H.%M' --colour always --icons --group-directories-first --git $@"
|
||||||
alias vim="nvim $@"
|
alias vim="nvim $@"
|
||||||
alias wget="wget --hsts-file $HOME/.cache/wget/hsts"
|
alias wget="wget --hsts-file $HOME/.cache/wget-hsts"
|
||||||
alias profanity="konsole --profile Profanity --workdir $HOME/Downloads -e /usr/bin/profanity & ; disown"
|
|
||||||
|
|
Loading…
Reference in New Issue