mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
Config Updates:
- .gitconfig: Use local date for display - .profile: Configure golang - .profile: gtkrc, wget, ollama setting changed to adhere to XDG folder structure - .zshrc: Use docker-compose oh-my-zsh plugin
This commit is contained in:
@@ -50,6 +50,7 @@ plugins=(
|
||||
git
|
||||
gitignore
|
||||
docker
|
||||
docker-compose
|
||||
per-directory-history
|
||||
sudo
|
||||
zsh-syntax-highlighting
|
||||
@@ -108,5 +109,5 @@ command -v zoxide >/dev/null && eval "$(zoxide init --cmd cd zsh)"
|
||||
for alias_file in "$XDG_CONFIG_HOME"/shell/*.sh; do source "$alias_file"; done
|
||||
|
||||
# TIP: Following should be executed AFTER the aliases are sourced
|
||||
command -v op >/dev/null && bindkey -s '^o' 'op\n' # Fuzzyfind projects and open in nvim
|
||||
command -v pnew >/dev/null && bindkey -s '^[o' 'pnew\n' # Create a new project quickly
|
||||
command -v op >/dev/null && bindkey -s '^o' ' op\n' # Fuzzyfind projects and open in nvim
|
||||
command -v pnew >/dev/null && bindkey -s '^[o' ' pnew\n' # Create a new project quickly
|
||||
|
||||
Reference in New Issue
Block a user