aliases
This commit is contained in:
parent
8f681ffbac
commit
913d061549
5 changed files with 31 additions and 22 deletions
|
|
@ -24,9 +24,17 @@ in {
|
|||
};
|
||||
|
||||
programs = {
|
||||
bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "gruvbox-dark";
|
||||
};
|
||||
};
|
||||
|
||||
bottom = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color = "gruvbox";
|
||||
flags = {
|
||||
battery =
|
||||
if lib.strings.hasPrefix "NOlaptop" (builtins.readFile /etc/hostname)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ def l [
|
|||
path: path = "."
|
||||
] {
|
||||
ls $path
|
||||
| sort-by type name -i
|
||||
| sort-by type name -i -n
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -89,6 +89,8 @@ def tsr [] {
|
|||
}
|
||||
alias ts = tailscale
|
||||
alias tss = tailscale status
|
||||
alias tsu = tailscale up
|
||||
alias tsd = tailscale down
|
||||
alias tsx = tailscale exit-node list
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue