+ Added powershell (no git support yet.)
This commit is contained in:
parent
2c4c5294e8
commit
49f0d74578
3 changed files with 8 additions and 2 deletions
|
@ -22,7 +22,7 @@ bspc config top_padding 28
|
||||||
bspc config bottom_padding 0
|
bspc config bottom_padding 0
|
||||||
bspc config left_padding 0
|
bspc config left_padding 0
|
||||||
bspc config right_padding 0
|
bspc config right_padding 0
|
||||||
bspc config single_monocle true
|
bspc config single_monocle false
|
||||||
bspc config click_to_focus true
|
bspc config click_to_focus true
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
|
|
6
.config/powershell/profile.ps1
Normal file
6
.config/powershell/profile.ps1
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
function Prompt
|
||||||
|
{
|
||||||
|
"
|
||||||
|
$([char]27)[34;1m" + $env:COMPUTERNAME + "" + (Get-Location) + "
|
||||||
|
$([char]27)[32;1m$> $([char]27)[0m"
|
||||||
|
}
|
|
@ -6,7 +6,7 @@
|
||||||
# ----- MOTDs
|
# ----- MOTDs
|
||||||
pfetch
|
pfetch
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
rateUSD
|
rateUSD | sed 's/^/ /g'
|
||||||
#python ~/Currency/USD2IDR/rate.py #PYTHON IS JUST TOO SLOW FOR TERMINAL
|
#python ~/Currency/USD2IDR/rate.py #PYTHON IS JUST TOO SLOW FOR TERMINAL
|
||||||
#sh ~/.scripts/motd.sh
|
#sh ~/.scripts/motd.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue