update nvim, update ls command
This commit is contained in:
parent
8251171c59
commit
bc405d32d7
2 changed files with 24 additions and 7 deletions
25
flake.lock
generated
25
flake.lock
generated
|
@ -510,6 +510,22 @@
|
||||||
"type": "github"
|
"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": {
|
"nvim_plugin-b0o/schemastore.nvim": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -1285,6 +1301,7 @@
|
||||||
"nvim_plugin-MunifTanjim/nui.nvim": "nvim_plugin-MunifTanjim/nui.nvim",
|
"nvim_plugin-MunifTanjim/nui.nvim": "nvim_plugin-MunifTanjim/nui.nvim",
|
||||||
"nvim_plugin-RRethy/vim-illuminate": "nvim_plugin-RRethy/vim-illuminate",
|
"nvim_plugin-RRethy/vim-illuminate": "nvim_plugin-RRethy/vim-illuminate",
|
||||||
"nvim_plugin-Saecki/crates.nvim": "nvim_plugin-Saecki/crates.nvim",
|
"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-b0o/schemastore.nvim": "nvim_plugin-b0o/schemastore.nvim",
|
||||||
"nvim_plugin-catppuccin/nvim": "nvim_plugin-catppuccin/nvim",
|
"nvim_plugin-catppuccin/nvim": "nvim_plugin-catppuccin/nvim",
|
||||||
"nvim_plugin-chrisgrieser/nvim-early-retirement": "nvim_plugin-chrisgrieser/nvim-early-retirement",
|
"nvim_plugin-chrisgrieser/nvim-early-retirement": "nvim_plugin-chrisgrieser/nvim-early-retirement",
|
||||||
|
@ -1333,11 +1350,11 @@
|
||||||
"rust-overlay": "rust-overlay_3"
|
"rust-overlay": "rust-overlay_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729471758,
|
"lastModified": 1729555214,
|
||||||
"narHash": "sha256-yK3PUHl8buO5lMphaeKTYQ/wPDaJ0+7OR0KM8extu14=",
|
"narHash": "sha256-z58uNzWmrJw8UmDzsGR9BzCnKpr48FNoN4sqhLAUcfg=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "99f5ed48b816d174ba872846f0e70b79b2a74491",
|
"rev": "215778e9c430d8fae9171719f80a3a6d63a59e55",
|
||||||
"revCount": 216,
|
"revCount": 218,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/nvim"
|
"url": "https://git.joshuabell.xyz/nvim"
|
||||||
},
|
},
|
||||||
|
|
|
@ -64,9 +64,9 @@ in
|
||||||
# general unix
|
# general unix
|
||||||
date_compact = "date +'%Y%m%d'";
|
date_compact = "date +'%Y%m%d'";
|
||||||
date_short = "date +'%Y-%m-%d'";
|
date_short = "date +'%Y-%m-%d'";
|
||||||
ls = "ls --color -Ga";
|
ls = "ls --color -Gah";
|
||||||
ll = "ls --color -Gal";
|
ll = "ls --color -Galh";
|
||||||
lss = "du --max-depth=0 -h * 2>/dev/null";
|
lss = "du --max-depth=0 -h * 2>/dev/null | sort -hr";
|
||||||
psg = "ps aux | head -n 1 && ps aux | grep -v 'grep' | grep";
|
psg = "ps aux | head -n 1 && ps aux | grep -v 'grep' | grep";
|
||||||
cl = "clear";
|
cl = "clear";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue