Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
56 changes: 0 additions & 56 deletions .wslconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ alias gcc='git checkout -B $(gum input --prompt "branch name: ") && git add . &&

### alcoholics
# Aliases
alias make=gmake
alias pwd="pwd -P"
alias wsl="wsl.exe"

Expand All @@ -99,7 +100,6 @@ alias wsl="wsl.exe"
. <(glab completion -s zsh)
#. <(operator-sdk completion zsh)
#. <(k8sgpt completion zsh)
jira completion zsh > "${fpath[1]}/_jira"

[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"

Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Complete CLI development environment
FROM ubuntu:22.04

ARG TARGETPLATFORM
ARG TARGETOS
ARG TARGETARCH
ARG TARGETPLATFORM

ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=UTC
Expand Down
Loading