mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-23 01:42:17 +00:00
Compare commits
3 commits
ce92c2ed86
...
56f683de01
Author | SHA1 | Date | |
---|---|---|---|
56f683de01 | |||
e1a8a05514 | |||
bdbd13be40 |
3 changed files with 13 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
rsync # Remote sync
|
rsync # Remote sync
|
||||||
tldr # TLDR pages
|
tldr # TLDR pages
|
||||||
unzip # unzip it
|
unzip # unzip it
|
||||||
|
yq # YAML pretty printer and manipulator
|
||||||
zip # zip it
|
zip # zip it
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
# cht.sh integration
|
||||||
|
cht = "curl cheat.sh/$argv";
|
||||||
# Disable greeting
|
# Disable greeting
|
||||||
fish_greeting = "";
|
fish_greeting = "";
|
||||||
fish_prompt = ''
|
fish_prompt = ''
|
||||||
|
@ -124,6 +126,10 @@
|
||||||
set -U fish_pager_color_description yellow
|
set -U fish_pager_color_description yellow
|
||||||
set -U fish_pager_color_prefix 'white' '--bold' '--underline'
|
set -U fish_pager_color_prefix 'white' '--bold' '--underline'
|
||||||
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
||||||
|
'' +
|
||||||
|
# load cht.sh completions
|
||||||
|
''
|
||||||
|
complete -c cht -xa '(curl -s cheat.sh/:list)'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,6 +59,12 @@
|
||||||
version = "3.6.0";
|
version = "3.6.0";
|
||||||
sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI=";
|
sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI=";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "snippet";
|
||||||
|
publisher = "vscode-snippet";
|
||||||
|
version = "1.2.0";
|
||||||
|
sha256 = "sha256-eka7JRzSN7VWkLu2kITb5mSYZHpw7Hx8mZboQsFhpms=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
globalSnippets = {
|
globalSnippets = {
|
||||||
"Insert timestamp" = {
|
"Insert timestamp" = {
|
||||||
|
|
Loading…
Reference in a new issue