minor adjustments

This commit is contained in:
Alexander Navarro 2023-10-28 18:31:28 -03:00
parent 5e6c7127a2
commit 14e72656ee
3 changed files with 9 additions and 4 deletions

View file

@ -67,9 +67,9 @@ return {
disable_insert_on_commit = "auto", disable_insert_on_commit = "auto",
kind = "replace", kind = "replace",
disable_line_numbers = false, disable_line_numbers = false,
commit_editor = { -- commit_editor = {
kind = "tab", -- kind = "tab",
}, -- },
}, },
keys = { keys = {
{ {

View file

@ -7,6 +7,7 @@ return {
-- char = "▏", -- char = "▏",
indent = { indent = {
char = "", char = "",
tab_char = "",
}, },
scope = { scope = {
enabled = true, enabled = true,

View file

@ -12,7 +12,7 @@ alias \
cpr='rsync -za --partial -hh --info=progress2' \ cpr='rsync -za --partial -hh --info=progress2' \
mvr='rsync -za --remove-source-files --partial -hh --info=progress2' \ mvr='rsync -za --remove-source-files --partial -hh --info=progress2' \
sync='rsync -zau --delete --partial -hh --info=progress2' \ sync='rsync -zau --delete --partial -hh --info=progress2' \
rm='trash -i' \ del='trash -i' \
rmf='rm -rfI' \ rmf='rm -rfI' \
md='mkdir -pv' \ md='mkdir -pv' \
ls='exa -lh --color=always --icons --git ' \ ls='exa -lh --color=always --icons --git ' \
@ -58,6 +58,10 @@ alias \
alias \ alias \
reload='exec $SHELL -l' \ reload='exec $SHELL -l' \
# Specific Mac overrides
if [[ "$OSTYPE" != 'linux-gnu' ]]; then
fi
#--------------------------------------------------------------------# #--------------------------------------------------------------------#
# Global # # Global #
#--------------------------------------------------------------------# #--------------------------------------------------------------------#