fixes
This commit is contained in:
parent
b069f17e9c
commit
a4b52a1e38
3 changed files with 15 additions and 2 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -188,3 +188,15 @@ eventviewsrc
|
|||
klipperrc
|
||||
korganizerrc
|
||||
partitionmanagerrc
|
||||
akonadi_davgroupware_resource_1rc
|
||||
dragonplayerrc
|
||||
drkonqirc
|
||||
filetypesrc
|
||||
kalendarrc
|
||||
kdeconnect.bak/
|
||||
khelpcenterrc
|
||||
kservicemenurc
|
||||
ksslcertificatemanager
|
||||
kwalletmanager5rc
|
||||
soffice.binrc
|
||||
systemmonitorrc
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
plugins/darkroom/lut3d/def_path=/home/tavo/.local/share/LUTs
|
|
@ -16,8 +16,10 @@ alias \
|
|||
vid="cd $HOME/Videos/ && ls" \
|
||||
|
||||
# Common
|
||||
|
||||
alias \
|
||||
ls="exa -al --group-directories-first" \
|
||||
ll="exa -al --group-directories-first" \
|
||||
ls="ls -Alh" \
|
||||
fzf="fzf --cycle --reverse" \
|
||||
diff="diff --color=auto" \
|
||||
grep="grep --color=auto" \
|
||||
|
|
Loading…
Reference in a new issue