From f03ea918e8591ba5794e5e1c4b9426138f72ab32 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 27 Nov 2023 21:15:08 -0600 Subject: Update packages and config files tmux.conf -> bindings for saving and scrolling zsh/p10k -> new layouts and aliases vimrc -> New plugins for tmux and tab bindings new wallpapers --- src/config/files/shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/files/shell/.zshrc') diff --git a/src/config/files/shell/.zshrc b/src/config/files/shell/.zshrc index ad4b8c0..e809df2 100644 --- a/src/config/files/shell/.zshrc +++ b/src/config/files/shell/.zshrc @@ -126,6 +126,6 @@ export GEM_HOME="$HOME/.gems" export PATH="$HOME/.gems/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" -alias note="/bin/nvim /home/aaditya/Notes/general/$(date +'%d-%m-%y').md" +alias note="/bin/nvim /home/aaditya/Notes/general/$(date +'%Y-%m-%d').md" source <(kubectl completion zsh) alias k=kubectl -- cgit