Added timewarrior
This commit is contained in:
parent
f6708deead
commit
766b17d98d
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
timewarrior
|
||||||
|
|
||||||
argocd
|
argocd
|
||||||
gh
|
gh
|
||||||
ngrok
|
ngrok
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
ka = "kubectl apply -f";
|
ka = "kubectl apply -f";
|
||||||
e = "nvim";
|
e = "nvim";
|
||||||
|
t = "timew";
|
||||||
cam = "jira issue create && jira issue assign && jira issue move";
|
cam = "jira issue create && jira issue assign && jira issue move";
|
||||||
latest = "git log | head -1 | awk '{print $2;}' | xsel -ib";
|
latest = "git log | head -1 | awk '{print $2;}' | xsel -ib";
|
||||||
vpnup = "nmcli con up 'iFacts VPN'";
|
vpnup = "nmcli con up 'iFacts VPN'";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue