diff options
author | Aaditya Dhruv <[email protected]> | 2023-11-27 21:15:08 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-11-27 21:15:08 -0600 |
commit | f03ea918e8591ba5794e5e1c4b9426138f72ab32 (patch) | |
tree | 70640d31f8f16fbc70d77a82512d2287b2ab0246 /src/config/files/shell/.zshrc | |
parent | 486298c62f5586dcd4904079c4633b000538c8b0 (diff) |
tmux.conf -> bindings for saving and scrolling
zsh/p10k -> new layouts and aliases
vimrc -> New plugins for tmux and tab bindings
new wallpapers
Diffstat (limited to 'src/config/files/shell/.zshrc')
-rw-r--r-- | src/config/files/shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |