dotfiles v1.0.9
This commit is contained in:
@@ -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.0.8"
|
set -g DOTFILES_VERSION "1.0.9"
|
||||||
|
|
||||||
# --- Remote repository (set this to enable auto-updates) --------------------
|
# --- Remote repository (set this to enable auto-updates) --------------------
|
||||||
# Example:
|
# Example:
|
||||||
@@ -141,3 +141,8 @@ if status is-interactive
|
|||||||
# in ~/.config/fish/functions/fish_prompt.fish.
|
# in ~/.config/fish/functions/fish_prompt.fish.
|
||||||
|
|
||||||
end # status is-interactive
|
end # status is-interactive
|
||||||
|
|
||||||
|
function last_history_item
|
||||||
|
echo $history[1]
|
||||||
|
end
|
||||||
|
abbr -a !! --position anywhere --function last_history_item
|
||||||
|
|||||||
Reference in New Issue
Block a user