mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add "day" alias
This commit is contained in:
parent
04e07f0cd1
commit
695240e6df
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
|||
alias catc='${pkgs.vimpager-latest}/bin/vimpager --force-passthrough'
|
||||
alias nix-env="echo nix-env is disabled #"
|
||||
alias nix-what-depends-on='nix-store --query --referrers'
|
||||
alias day='date "+%Y-%m-%d"'
|
||||
'';
|
||||
|
||||
programs.neovim = {
|
||||
|
|
Loading…
Reference in a new issue