updating profile and removing neovim theme

This commit is contained in:
Siina Mashek 2024-10-28 01:35:15 +02:00
parent d0baf861fd
commit 2687639d49
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,6 @@ call plug#begin()
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'https://gitlab.com/code-stats/code-stats-vim.git', {'do': ':TSUpdate'}
Plug 'vim-airline/vim-airline', {'do': ':TSUpdate'}
Plug 'catppuccin/nvim', {'as': 'catpputccin'}
call plug#end()

View File

@ -33,7 +33,6 @@ if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
fi
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 wget="wget --hsts-file $HOME/.cache/wget/hsts"
alias profanity="konsole --profile Profanity --workdir $HOME/Downloads -e /usr/bin/profanity & ; disown"
alias wget="wget --hsts-file $HOME/.cache/wget-hsts"