diff --git a/.bash_aliases b/.bash_aliases index fd784e3..c7c0bd0 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,9 +1,13 @@ # General -alias 'c=clear' +alias 'clear=echo "No more clear for you"' alias 'e=$EDITOR' alias 'ec=$EDITOR ~/.bashrc' alias 'sc=source ~/.bashrc' +# Dory can speak to whales +alias 'whales=sudo du -sh * | sort -hk1' +alias 'dory=sudo du -sh * | sort -hk1' + # Beautiful ls alias ls='lsd --color=auto' alias ll='lsd --color=auto --long --almost-all' diff --git a/.config/nvim/ftplugin/python.vim b/.config/nvim/ftplugin/python.vim index ccc3bc8..95a9868 100644 --- a/.config/nvim/ftplugin/python.vim +++ b/.config/nvim/ftplugin/python.vim @@ -1,6 +1,6 @@ " Show a visual market at text width 80 -setlocal colorcolumn=81 +setlocal colorcolumn=80 " Auto-wrap lines -setlocal textwidth=80 +setlocal textwidth=79 diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls index e69de29..9beb002 100644 --- a/.config/qutebrowser/bookmarks/urls +++ b/.config/qutebrowser/bookmarks/urls @@ -0,0 +1 @@ +https://git.roosens.me/Chewing_Bever/self-hosting/issues/new New Issue - self-hosting - Gitea: Git with a cup of tea