added GCC colors, removed commands that only the dskopt would use
This commit is contained in:
parent
6f0a7a9b8e
commit
f459c86106
2 changed files with 4 additions and 5 deletions
3
bashrc
3
bashrc
|
|
@ -35,5 +35,8 @@ function cdtemp()
|
||||||
cd $(mktemp -d)
|
cd $(mktemp -d)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# colored GCC warnings and errors
|
||||||
|
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||||
|
|
||||||
# export PS1="\e[0m\u@\h:\w\a\$ "
|
# export PS1="\e[0m\u@\h:\w\a\$ "
|
||||||
export PS1="\e[0m\e[01;32m\u\e[0m@\e[01;35m\h\e[0m:\e[01;34m\w\a\\e[0m$ "
|
export PS1="\e[0m\e[01;32m\u\e[0m@\e[01;35m\h\e[0m:\e[01;34m\w\a\\e[0m$ "
|
||||||
|
|
|
||||||
6
commands
6
commands
|
|
@ -6,22 +6,18 @@ gedit -s /tmp/main.py
|
||||||
gedit -s /tmp/main.html
|
gedit -s /tmp/main.html
|
||||||
gedit -s ~/.bashrc
|
gedit -s ~/.bashrc
|
||||||
gedit -s ~/.commands
|
gedit -s ~/.commands
|
||||||
|
gedit -s ~/git/dotfiles/commands
|
||||||
gedit ~/.config/i3/config
|
gedit ~/.config/i3/config
|
||||||
gedit ~/utf8 -s
|
|
||||||
libreoffice --writer
|
libreoffice --writer
|
||||||
libreoffice --calc
|
libreoffice --calc
|
||||||
mpv "$(xsel -b)"
|
mpv "$(xsel -b)"
|
||||||
mpv "$(xsel -b)" --input-ipc-server=/home/zander/.youtube
|
|
||||||
mpv "$(xsel -b)" -loop 0
|
mpv "$(xsel -b)" -loop 0
|
||||||
mpv ~/m/u/ -loop 0
|
|
||||||
scrot -s /tmp/screenshot.png
|
scrot -s /tmp/screenshot.png
|
||||||
scrot -s ~/m/screenshot.png
|
scrot -s ~/m/screenshot.png
|
||||||
eog "$(xsel -b)"
|
eog "$(xsel -b)"
|
||||||
sleep 1; scrot -s /tmp/screenshot.png -o -u
|
sleep 1; scrot -s /tmp/screenshot.png -o -u
|
||||||
eog '/tmp/screenshot.png'
|
eog '/tmp/screenshot.png'
|
||||||
gimp '/tmp/screenshot.png'
|
gimp '/tmp/screenshot.png'
|
||||||
bash ~/.fehbg
|
|
||||||
transmission-gtk
|
|
||||||
gnome-terminal -- top
|
gnome-terminal -- top
|
||||||
gnome-terminal -- bc -l
|
gnome-terminal -- bc -l
|
||||||
gnome-terminal -- qc
|
gnome-terminal -- qc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue