Set up the basics of imperanence
This commit is contained in:
parent
7bd9d9aa0b
commit
78f154b38a
20 changed files with 224 additions and 134 deletions
home/adrielus/features/cli/fish
|
@ -5,10 +5,17 @@
|
|||
|
||||
shellAbbrs = {
|
||||
battery = "acpi";
|
||||
cat = "bat";
|
||||
};
|
||||
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
shellAliases = {
|
||||
cat = "bat";
|
||||
df = "df -h";
|
||||
du = "du -h";
|
||||
duh = "du -hd 1"; # short for du here
|
||||
};
|
||||
|
||||
# with pkgs.fishPlugins;
|
||||
plugins = [
|
||||
# Jump to directories by typing "z <directory-name>"
|
||||
{
|
||||
name = "z";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue