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:
Pratik Tripathy
2024-03-25 22:32:36 +05:30
parent 903d3a1253
commit e47c3fa3f7
4 changed files with 12 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias usersearch="awk -F: '{print \"UserName: \" \$1 \", UserID: \" \$3 \", Home Dir: \" \$6 \", Shell Used: \" \$7}' /etc/passwd | grep"
alias untar='tar -zxvf '
alias wget='wget --hsts-file ${WGET_HSTS_FILE}'
alias v='$EDITOR'
alias snvim='${HOMEBREW_PREFIX}/bin/nvim' # Stable nvim