Compare commits

..

2 Commits

Author SHA1 Message Date
morten 2330215009 Merge branch 'main' of https://code.strandbo.no/morten/Initial_linux_setup 2024-04-15 12:41:52 +02:00
morten af9a7c47f2 v1.21 - new alias 2024-04-15 12:41:49 +02:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#!/bin/bash
#
# v1.21 - Added an alias
# v1.2 - Changed an alias
# v1.1 - Added sudo function
+1
View File
@@ -18,6 +18,7 @@ alias lta="exa --sort Name --long --tree --all --header"
alias ls="exa --sort Name --header"
alias lg="exa --sort Name --long --all --header -G"
alias df="duf"
alias dc="docker compose"
# other aliases
alias copy='rsync -ah --progress'