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