Skip to content

Commit

Permalink
xconf touch /home/$user/.bashrc #not existed @opsuse15
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Jun 24, 2024
1 parent 7a1718d commit 461c2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flux/src/xconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rm -f /xconf.sh
ln -s /usr/bin/vim.tiny /usr/bin/vt
rm -f /bin/sh && ln -s /bin/bash /bin/sh

touch /home/$user/.bashrc #not existed @opsuse15
echo "alias ll='ls -lF'; alias la='ls -A'; alias l='ls -CF';" |sudo tee -a /home/$user/.bashrc;
# echo "export PS1='[\u@\h \W]\$ '" > /root/.bashrc

Expand Down

0 comments on commit 461c2ea

Please sign in to comment.