1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

fixing some outdated software settings

This commit is contained in:
TiynGER
2019-11-20 22:09:06 +01:00
parent 9eeddad73e
commit a1ad651a07
2 changed files with 1 additions and 4 deletions

View File

@@ -28,9 +28,6 @@ sd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
# grep
alias grep="grep --color=auto"
# lastpass
alias lastpass="lpass"
# ls(d)
alias l="lsd"
alias la="lsd -la"