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",
kind = "replace",
disable_line_numbers = false,
commit_editor = {
kind = "tab",
},
-- commit_editor = {
-- kind = "tab",
-- },
},
keys = {
{

View file

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

View file

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