dotfiles v1.1.1
This commit is contained in:
@@ -32,15 +32,15 @@ abbr -a -- gm 'git merge'
|
||||
abbr -a -- gr 'git rebase'
|
||||
abbr -a -- gcl 'git clone'
|
||||
|
||||
abbr -a -- ls 'ls -F --color=auto'
|
||||
abbr -a -- ll 'ls -l --color=auto'
|
||||
abbr -a -- la 'ls -la --color=auto'
|
||||
abbr -a -- tree 'tree -C'
|
||||
alias ls 'ls -F --color=auto'
|
||||
alias ll 'ls -l --color=auto'
|
||||
alias la 'ls -la --color=auto'
|
||||
alias tree 'tree -C'
|
||||
|
||||
abbr -a -- .. 'cd ..'
|
||||
abbr -a -- ... 'cd ../..'
|
||||
|
||||
abbr -a -- rmf 'rm -rf'
|
||||
alias rmf 'rm -rf'
|
||||
|
||||
# --- Functions ----------------------------------------------------------------
|
||||
# For anything beyond a simple abbreviation, define a function.
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
# DOTFILES_DIR holds the template files; DOTFILES_BACKUP_DIR holds backups
|
||||
# and the last-update-check timestamp.
|
||||
|
||||
set -g DOTFILES_VERSION "1.1.0"
|
||||
set -g DOTFILES_VERSION "1.1.1"
|
||||
|
||||
# --- Remote repository (set this to enable auto-updates) --------------------
|
||||
# Example:
|
||||
|
||||
Reference in New Issue
Block a user