2 files changed, 2 insertions, 1 deletions
diff --git a/modules/packages/vim.nix b/modules/packages/vim.nix
index eaec336..1b7bb37 100755
--- a/modules/packages/vim.nix
+++ b/modules/packages/vim.nix
@@ -20,6 +20,7 @@
" your custom vimrc
set nocompatible
set backspace=indent,eol,start
+ colorscheme vim
" ...
'';
};
diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix
index 5e09c09..2556c1c 100755
--- a/modules/users/Rory.nix
+++ b/modules/users/Rory.nix
@@ -121,7 +121,7 @@
# - dotnet
alias drun='dotnet watch run --no-hot-reload --property WarningLevel=0'
alias dbuild='dotnet watch build --no-hot-reload --property WarningLevel=0'
- alias ls='lsd -lA --color=always --icon=always'
+ alias ls='lsd -lAhF --color=always --icon=always'
alias transfetch='neofetch --kitty ~/trans_witch.jpg'
alias gc='git-commit'
[ -f "$HOME/.profile" ] && . $HOME/.profile
|