GNU changes

This commit is contained in:
Jonas Ryssel 2022-10-12 16:12:03 +02:00
parent 244746c78a
commit f9e7f4dbee

View File

@ -43,6 +43,7 @@ alias pamac="nice -n 19 pamac"
alias yay="nice -n 19 yay --config ~/Nextcloud/configfiles/pacman.conf" alias yay="nice -n 19 yay --config ~/Nextcloud/configfiles/pacman.conf"
alias restartplasma='systemctl --user restart plasma-plasmashell' alias restartplasma='systemctl --user restart plasma-plasmashell'
alias surf="GDK_BACKEND=x11 surf" alias surf="GDK_BACKEND=x11 surf"
alias nvim-restore="ls ~/.local/share/nvim/swap/ | xargs basename -s .swp | tr % / | xargs nvim"
# git # git
alias gst="git status" alias gst="git status"
@ -214,6 +215,7 @@ if [ $HOSTNAME = 'gnu' ] && [ $USER = 'jry' ]; then
alias jix-gettext="jix-shell jix-gettext" alias jix-gettext="jix-shell jix-gettext"
alias arc="jix-shell arc" alias arc="jix-shell arc"
alias solr="ssh -L 1214:localhost:8983 solr@gnu.dev.job.dk firefox http://localhost:1214/solr/" alias solr="ssh -L 1214:localhost:8983 solr@gnu.dev.job.dk firefox http://localhost:1214/solr/"
alias push-to-production="jix-shell push_to_production.sh"
function profiling { function profiling {
local JIX_USERID=233476; # userid of JRY local JIX_USERID=233476; # userid of JRY