mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add "catc" (cat with color) alias
This commit is contained in:
parent
966e1976c4
commit
c93afeb13d
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ in
|
|||
alias buildsys='nix build -f "<nixpkgs/nixos>" --no-link system'
|
||||
alias sha256sum-base32='nix hash-file --type sha256 --base32'
|
||||
alias pip_install='nix run nixpkgs.python3.pkgs.pip -c pip install --user -UI pip setuptools'
|
||||
alias catc='${pkgs.vimpager-latest}/bin/vimpager --force-passthrough'
|
||||
|
||||
function _update_ps1() {
|
||||
PS1="\n$(${pkgs.powerline-go}/bin/powerline-go ${lib.concatStringsSep " " powerlineOpts})$ "
|
||||
|
|
Loading…
Reference in a new issue