Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
6bd3eebd48 | |||
f96e7e2689 | |||
c8447b441b |
@ -1,2 +1,3 @@
|
|||||||
## git
|
## git
|
||||||
alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"'
|
alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"'
|
||||||
|
alias diff='git diff --no-index'
|
1
.profile
1
.profile
@ -4,6 +4,7 @@ export ARDUINO_DIR="/usr/share/arduino"
|
|||||||
export ARDMK_DIR="$HOME/Programs/Arduino-Makefile"
|
export ARDMK_DIR="$HOME/Programs/Arduino-Makefile"
|
||||||
export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common"
|
export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common"
|
||||||
export QT_STYLE_OVERRIDE=gtk2
|
export QT_STYLE_OVERRIDE=gtk2
|
||||||
|
export QT_AUTO_SCREEN_SCALE_FACTOR=true
|
||||||
export ALTERNATE_EDITOR=""
|
export ALTERNATE_EDITOR=""
|
||||||
export TERMINAL=roxterm
|
export TERMINAL=roxterm
|
||||||
export CALIBRE_USE_SYSTEM_THEME=true
|
export CALIBRE_USE_SYSTEM_THEME=true
|
||||||
|
2
.zshrc
2
.zshrc
@ -22,7 +22,7 @@ antigen apply
|
|||||||
# Command Specific Aliases
|
# Command Specific Aliases
|
||||||
for i in $HOME/.aliases/command-specific/*
|
for i in $HOME/.aliases/command-specific/*
|
||||||
do
|
do
|
||||||
if hash $(basename $i) 2>/dev/null
|
if hash $(basename $i) 2>/dev/null # check if command exists
|
||||||
then
|
then
|
||||||
source $i
|
source $i
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user