more ls aliases
This commit is contained in:
parent
730e886d5d
commit
47f0cd1be2
@ -34,6 +34,12 @@ inputs:
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ls = "lsd";
|
||||
la = "ls -a";
|
||||
lla = "ls -la";
|
||||
lt = "ls --tree";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "done";
|
||||
|
@ -24,8 +24,6 @@ in
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zsh-powerlevel9k
|
||||
ncurses.dev
|
||||
lsd
|
||||
fzf # also needed for fzf.vim
|
||||
xclip # needed for nvim
|
||||
nixpkgs-fmt
|
||||
@ -298,7 +296,6 @@ in
|
||||
bp = "npm version patch && npm publish && git push";
|
||||
sc = "${sc}";
|
||||
allgm8 = "${allgm8}";
|
||||
ls = "lsd";
|
||||
};
|
||||
|
||||
xdg.configFile."nvim-qt/nvim-qt.conf".text = ''
|
||||
|
Loading…
Reference in New Issue
Block a user