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