changed layout and added post install options
This commit is contained in:
parent
f7220c7ed4
commit
65eb57e473
58 changed files with 648 additions and 2256 deletions
6
config-files/bash/.bash_profile
Normal file
6
config-files/bash/.bash_profile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# .bash_profile
|
||||
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
fi
|
||||
# Get the aliases and functions
|
||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
Loading…
Add table
Add a link
Reference in a new issue