mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user