-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SiliconRaven
committed
Sep 22, 2019
1 parent
d04edc8
commit a145bd0
Showing
35 changed files
with
3,597 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ alias pumpitup="osascript -e 'set volume output volume 100'" | |
# Reload the shell (i.e. invoke as a login shell) | ||
alias reload="exec ${SHELL} -l" | ||
alias sc="gedit ~/.config/sxhkd/sxhkdrc &" | ||
alias pb="gedit ~/.config/polybar/config.ini &" | ||
alias pb="gedit ~/.config/polybar/config &" | ||
alias sb="gedit ~/.config/bspwm/bspwmrc &" | ||
alias as="gedit ~/.config/bspwm/autostart.sh &" | ||
# Print each PATH entry on a separate line | ||
|
@@ -122,3 +122,5 @@ alias webkit="sudo gedit /etc/lightdm/lightdm-webkit2-greeter.conf" | |
alias xfluxx="xflux -l 1 -g 38 -k 4000" | ||
alias lampp="sudo /opt/lampp/lampp" | ||
|
||
alias l="less" | ||
alias keygen='ssh-keygen -t rsa -b 4096 -C "[email protected]"' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[ -n "$PS1" ] && source ~/.bash_profile; | ||
.bash_profile |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.