Skip to content

Commit 5343880

Browse files
committed
[fix] : FIxed qt5ct config in share-extra
1 parent 935d494 commit 5343880

File tree

21 files changed

+114
-2
lines changed

21 files changed

+114
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# /etc/bash.bashrc
3+
#
4+
5+
# If not running interactively, don't do anything
6+
[[ $- != *i* ]] && return
7+
8+
[[ $DISPLAY ]] && shopt -s checkwinsize
9+
10+
# PS1='[\u@\h \W]\$ '
11+
PS1='\u@\h:\w\$ '
12+
13+
[[ -f /etc/bash_aliases ]] && source /etc/bash_aliases
14+
[[ -f /etc/bash_functions ]] && source /etc/bash_functions
15+
16+
export EDITOR=nano
17+
export QT_QPA_PLATFORMTHEME=qt5ct
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export QT_QPA_PLATFORMTHEME="qt5ct"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export EDITOR=nano
2+
export QT_QPA_PLATFORMTHEME=qt5ct
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1+
#
12
# /etc/bash.bashrc
3+
#
4+
5+
# If not running interactively, don't do anything
6+
[[ $- != *i* ]] && return
7+
8+
[[ $DISPLAY ]] && shopt -s checkwinsize
9+
10+
# PS1='[\u@\h \W]\$ '
11+
PS1='\u@\h:\w\$ '
12+
13+
[[ -f /etc/bash_aliases ]] && source /etc/bash_aliases
14+
[[ -f /etc/bash_functions ]] && source /etc/bash_functions
215

316
export EDITOR=nano
417
export QT_QPA_PLATFORMTHEME=qt5ct
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export QT_QPA_PLATFORMTHEME="qt5ct"
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# /etc/zsh/zshenv
2-
31
export EDITOR=nano
42
export QT_QPA_PLATFORMTHEME=qt5ct
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# /etc/bash.bashrc
3+
#
4+
5+
# If not running interactively, don't do anything
6+
[[ $- != *i* ]] && return
7+
8+
[[ $DISPLAY ]] && shopt -s checkwinsize
9+
10+
# PS1='[\u@\h \W]\$ '
11+
PS1='\u@\h:\w\$ '
12+
13+
[[ -f /etc/bash_aliases ]] && source /etc/bash_aliases
14+
[[ -f /etc/bash_functions ]] && source /etc/bash_functions
15+
16+
export EDITOR=nano
17+
export QT_QPA_PLATFORMTHEME=qt5ct

0 commit comments

Comments
 (0)