diff options
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 |
