added setting PS1 in bashrc. removed unused commands
This commit is contained in:
parent
328f217a41
commit
6f0a7a9b8e
2 changed files with 3 additions and 21 deletions
2
bashrc
2
bashrc
|
|
@ -35,3 +35,5 @@ function cdtemp()
|
|||
cd $(mktemp -d)
|
||||
}
|
||||
|
||||
# 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$ "
|
||||
|
|
|
|||
22
commands
22
commands
|
|
@ -1,8 +1,6 @@
|
|||
i3-msg reload
|
||||
i3-msg restart
|
||||
i3-msg exit
|
||||
google-chrome --new-window --profile-directory="Default" https://tpb.party/
|
||||
anki
|
||||
gedit /tmp/main.c
|
||||
gedit -s /tmp/main.py
|
||||
gedit -s /tmp/main.html
|
||||
|
|
@ -12,24 +10,18 @@ gedit ~/.config/i3/config
|
|||
gedit ~/utf8 -s
|
||||
libreoffice --writer
|
||||
libreoffice --calc
|
||||
openscad
|
||||
mpv "$(xsel -b)"
|
||||
mpv "$(xsel -b)" --input-ipc-server=/home/zander/.youtube
|
||||
mpv "$(xsel -b)" -loop 0
|
||||
mpv ~/m/u/ -loop 0
|
||||
baobab
|
||||
scrot -s /tmp/screenshot.png
|
||||
scrot -s ~/m/screenshot.png
|
||||
eog "$(xsel -b)"
|
||||
sleep 1; scrot -s /tmp/screenshot.png -o -u
|
||||
eog '/tmp/screenshot.png'
|
||||
gimp '/tmp/screenshot.png'
|
||||
xrandr --output DP-3 --rotate left
|
||||
xrandr --output DP-3 --rotate normal
|
||||
bash ~/.fehbg
|
||||
transmission-gtk
|
||||
gnome-terminal -- vim ~/.passwords
|
||||
gnome-terminal -- minecraft-launcher
|
||||
gnome-terminal -- top
|
||||
gnome-terminal -- bc -l
|
||||
gnome-terminal -- qc
|
||||
|
|
@ -39,21 +31,9 @@ gnome-terminal -- vim ~/.vimrc
|
|||
gnome-terminal -- maxima
|
||||
gnome-terminal -- sudo gparted
|
||||
gnome-terminal -- sudo wireshark
|
||||
gnome-terminal -- bash -c 'ssh -X $(dmenu -l 5 < ~/.ssh-addresses)'
|
||||
gnome-terminal -- bash -c 'ssh -X $(dmenu -l 5 < ~/.ssh-addresses) -t screen -R'
|
||||
gnome-terminal -- bash /home/zander/bin/i3-high-bit.sh
|
||||
gnome-terminal -- sudo openconnect --no-dtls --protocol=pulse vpn.wmich.edu
|
||||
gnome-terminal -- sudo openconnect --no-dtls --protocol=gp vpn.amd.com
|
||||
gnome-terminal -- bpython3
|
||||
gnome-terminal -- watch ifconfig
|
||||
gnome-terminal -- python3 ~/bin/next-kattis.py
|
||||
gnome-terminal -- adb shell
|
||||
gnome-terminal -- adb reboot
|
||||
gnome-terminal -- rclone --vfs-cache-mode writes mount onedrive: ~/onedrive
|
||||
gnome-terminal -- watch -t lsblk
|
||||
gnome-terminal -- watch -t xrandr
|
||||
gnome-terminal -- vim ~/todo
|
||||
# cryptsetup --type luks open /dev/sdc1 encrypted
|
||||
# mount -t ext4 /dev/mapper/encrypted ./sdc1
|
||||
# umount /place/to/mount
|
||||
# cryptsetup close encrypted
|
||||
gnome-terminal -- watch -t ifcofnig
|
||||
|
|
|
|||
Loading…
Reference in a new issue