mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
replace vimpager with bat
This commit is contained in:
parent
a3ebc6d356
commit
beaac7ed09
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
sconfig.powerline.enable = lib.mkDefault true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
darkhttpd
|
||||
dnsutils
|
||||
dstat
|
||||
|
@ -97,7 +98,7 @@
|
|||
stty -ixon
|
||||
alias p=python3
|
||||
alias hd='hexdump -C'
|
||||
alias catc='${pkgs.vimpager-latest}/bin/vimpager --force-passthrough'
|
||||
alias bat='bat --color=always --wrap=never --pager=never --terminal-width=80'
|
||||
alias nix-env="echo nix-env is disabled #"
|
||||
alias nix-what-depends-on='nix-store --query --referrers'
|
||||
alias day='date "+%Y-%m-%d"'
|
||||
|
|
Loading…
Reference in a new issue