diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-09-05 11:47:27 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-09-05 11:47:27 +0200 |
| commit | b89f42a3ac8d42da4c5ce4340c33a759dc703a4a (patch) | |
| tree | 72e4f2d442eb76c8344628158decc16ef76c5e8a /profiles/core | |
| parent | de034b4197adf5c768330dbd2c21e844762056fa (diff) | |
some tweaks to make copying better
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/home.nix | 2 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index d4be8eb..f52f8a6 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -236,6 +236,8 @@ ssh-add -l > /dev/null || ssh-add ~/.ssh/id_ed25519_sk ''; shellAliases = { + t = "terraform "; + c = "xclip -f | xclip -sel c -f "; open = "xdg-open "; k9s = "k9s "; k = "kubectl "; diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index a622026..6db247c 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -60,7 +60,6 @@ # external oil-nvim vim-fugitive - vim-oscyank venn-nvim gv-vim zoxide-vim |
