update nvim, update ls command

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-21 19:02:59 -05:00
parent 8251171c59
commit bc405d32d7
2 changed files with 24 additions and 7 deletions

25
flake.lock generated
View file

@ -510,6 +510,22 @@
"type": "github"
}
},
"nvim_plugin-aznhe21/actions-preview.nvim": {
"flake": false,
"locked": {
"lastModified": 1718540350,
"narHash": "sha256-lYjsv8y1fMuTGpBF/iG7cm/a7tLdh748vJhVsSp/Iz8=",
"owner": "aznhe21",
"repo": "actions-preview.nvim",
"rev": "9f52a01c374318e91337697ebed51c6fae57f8a4",
"type": "github"
},
"original": {
"owner": "aznhe21",
"repo": "actions-preview.nvim",
"type": "github"
}
},
"nvim_plugin-b0o/schemastore.nvim": {
"flake": false,
"locked": {
@ -1285,6 +1301,7 @@
"nvim_plugin-MunifTanjim/nui.nvim": "nvim_plugin-MunifTanjim/nui.nvim",
"nvim_plugin-RRethy/vim-illuminate": "nvim_plugin-RRethy/vim-illuminate",
"nvim_plugin-Saecki/crates.nvim": "nvim_plugin-Saecki/crates.nvim",
"nvim_plugin-aznhe21/actions-preview.nvim": "nvim_plugin-aznhe21/actions-preview.nvim",
"nvim_plugin-b0o/schemastore.nvim": "nvim_plugin-b0o/schemastore.nvim",
"nvim_plugin-catppuccin/nvim": "nvim_plugin-catppuccin/nvim",
"nvim_plugin-chrisgrieser/nvim-early-retirement": "nvim_plugin-chrisgrieser/nvim-early-retirement",
@ -1333,11 +1350,11 @@
"rust-overlay": "rust-overlay_3"
},
"locked": {
"lastModified": 1729471758,
"narHash": "sha256-yK3PUHl8buO5lMphaeKTYQ/wPDaJ0+7OR0KM8extu14=",
"lastModified": 1729555214,
"narHash": "sha256-z58uNzWmrJw8UmDzsGR9BzCnKpr48FNoN4sqhLAUcfg=",
"ref": "refs/heads/master",
"rev": "99f5ed48b816d174ba872846f0e70b79b2a74491",
"revCount": 216,
"rev": "215778e9c430d8fae9171719f80a3a6d63a59e55",
"revCount": 218,
"type": "git",
"url": "https://git.joshuabell.xyz/nvim"
},

View file

@ -64,9 +64,9 @@ in
# general unix
date_compact = "date +'%Y%m%d'";
date_short = "date +'%Y-%m-%d'";
ls = "ls --color -Ga";
ll = "ls --color -Gal";
lss = "du --max-depth=0 -h * 2>/dev/null";
ls = "ls --color -Gah";
ll = "ls --color -Galh";
lss = "du --max-depth=0 -h * 2>/dev/null | sort -hr";
psg = "ps aux | head -n 1 && ps aux | grep -v 'grep' | grep";
cl = "clear";