mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-10 16:27:21 +02:00
Compare commits
2 Commits
4fc00e3abc
...
3c23a31d18
Author | SHA1 | Date | |
---|---|---|---|
3c23a31d18 | |||
fd735465d5 |
1
etc/sysctl.d/.gitignore
vendored
Normal file
1
etc/sysctl.d/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
99-sysctl.conf
|
3
etc/sysctl.d/99-ssd-swappiness.conf
Normal file
3
etc/sysctl.d/99-ssd-swappiness.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Only use swap when it has to be used. On SSDs it's preferable to not have
|
||||||
|
# so much swap use, while on HDD the default 60 is ok.
|
||||||
|
vm.swappiness = 1
|
@ -146,7 +146,7 @@ if [[ $UNAME = Darwin ]]; then
|
|||||||
(echo "")
|
(echo "")
|
||||||
(last -10&)
|
(last -10&)
|
||||||
fi
|
fi
|
||||||
(echo 'Aferoj emas funkcii sin mem.'&)
|
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon." && echo&)
|
||||||
|
|
||||||
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
||||||
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -101,7 +101,7 @@ if [[ $UNAME = Darwin ]]; then
|
|||||||
(echo "")
|
(echo "")
|
||||||
(last -10&)
|
(last -10&)
|
||||||
fi
|
fi
|
||||||
(echo 'Aferoj emas funkcii sin mem.'&)
|
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon." && echo&)
|
||||||
|
|
||||||
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
||||||
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user