You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.0 KiB

ls
ls
clear
clear
cat .bashrc
ls
cd
ls
cat .bashrc
ls
cat .bashrc
echo $PWD
echo `pwd`
PS1="test"
PS1 = "test"
PS1="test"
ls
echo $PS1
alias ls='/bin/ls --color=always'
ls
alias
ls
which ls
lsd
alias lsd='/bin/ls --color=always'
lsd
ls
const PS1=deez
const PS1="deez"
PS1="deez"
PS1 = "deez"
const PS1="deez"
const PS1 = "deez"
ls
echo @($(git status --porcelain))
cd drake
cd Codign
cd Coding
cd C
cd drakecoreutils/
ls
echo @($(git status --porcelain))
git status --porcelain
cd ..
cd drakecord
cd ..
cd Javascript
cd drakecord
git status --porcelain
echo @($(git status --porcelain))
echo
echo $(git status --porcelain)
const test = "abc"
echo $test[0]
echo $test
help
help oil
help oil | grep "slice"
echo $test[1:-1]
const test = "abc"
echo ${test:0:1}
osh
let
$(printf "%*s\r%s " "$(tput cols)" "$(errCode) $(timeAndDate)" "| \[\033[0;31m\]\w\[\033[00m\] | \[\033[0;34m\]\u\[\033[00m\] $(_git_ps1) ")
echo r'$(printf "%*s\r%s " "$(tput cols)" "$(errCode) $(timeAndDate)" "| \[\033[0;31m\]\w\[\033[00m\] | \[\033[0;34m\]\u\[\033[00m\] $(_git_ps1) ")'