This commit is contained in:
Marc Beninca 2024-11-12 09:43:56 +01:00
parent 4e81f18817
commit 6840588cd5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
5 changed files with 18 additions and 18 deletions

View file

@ -4,7 +4,7 @@ cd \
.. \
"
# change current directory to its parent's parent
# change current directory to its parents parent
alias ...="\
cd \
../.. \

View file

@ -2,7 +2,7 @@ export LS_COLORS="\
di=0;94\
"
# list current directory's entries
# list current directorys entries
alias l="\
ls \
--all \

View file

@ -1,4 +1,4 @@
# display pass entry's content
# display pass entrys content
alias p="\
pass \
"