return to basics
parent
0ba847fad4
commit
4118fc1c2b
|
|
@ -1,7 +1,7 @@
|
|||
export EDITOR=$HOME/.local/bin/nvim.appimage
|
||||
export TERMINAL=terminator
|
||||
export EDITOR=nvim
|
||||
export TERMINAL=konsole
|
||||
export SHELL=/usr/bin/bash
|
||||
export BROWSER=$HOME/.local/bin/zen-browser
|
||||
export BROWSER=firefox
|
||||
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
|
|
@ -53,7 +53,6 @@ alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/sc
|
|||
-dNOPAUSE -dBATCH \
|
||||
-sOutputFile=output.pdf"
|
||||
|
||||
source /home/gil/.nix-profile/etc/profile.d/nix.sh
|
||||
|
||||
# Reboot directly to Windows
|
||||
# Inspired by http://askubuntu.com/questions/18170/how-to-reboot-into-windows-from-ubuntu
|
||||
|
|
|
|||
Loading…
Reference in New Issue