Update
This commit is contained in:
parent
474844070f
commit
8066f06237
2 changed files with 6 additions and 0 deletions
|
@ -41,5 +41,8 @@
|
|||
name:
|
||||
- "@development-tools"
|
||||
- openssl-devel
|
||||
- freetype-devel
|
||||
- libxml2-devel
|
||||
- expat-devel
|
||||
state: latest
|
||||
|
||||
|
|
|
@ -52,6 +52,9 @@ else
|
|||
fi
|
||||
|
||||
alias exa="exa -l --git"
|
||||
if [[ $(uname -o) =~ 'Linux' ]]; then
|
||||
alias cp="cp --reflink=auto"
|
||||
fi
|
||||
|
||||
function dt() {
|
||||
local session_name
|
||||
|
|
Loading…
Add table
Reference in a new issue