summaryrefslogtreecommitdiff
path: root/.shells
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-01 10:43:03 +0200
committerThanos Apollo <[email protected]>2023-02-01 10:43:03 +0200
commitffb9af908e25ab2f757025d47502bf5b5f9506bf (patch)
tree19cb52c0a3e5fc1d44750a567312f6d61d0360a5 /.shells
parenta2ae42add06845834cff532c1adfb3376d9c9a9b (diff)
scripts: remove old
Diffstat (limited to '.shells')
-rw-r--r--.shells/alias50
-rw-r--r--.shells/exports15
-rw-r--r--.shells/prompt14
3 files changed, 0 insertions, 79 deletions
diff --git a/.shells/alias b/.shells/alias
deleted file mode 100644
index e1a3967..0000000
--- a/.shells/alias
+++ /dev/null
@@ -1,50 +0,0 @@
-
-alias ll='ls -l'
-alias grep='grep --color=auto'
-alias anki='QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox" anki'
-
-alias vim='nvim'
-alias vi='nvim'
-
-#git
-alias config='/usr/bin/git --git-dir=$HOME/Developer/config/ --work-tree=$HOME'
-alias ga='git add'
-alias gaa='git add .'
-alias gc='git commit -m'
-alias gp='git push -u origin'
-alias gpm='git push -u origin master'
-alias gpd='git push -u origin developer'
-alias gs='git status'
-alias cpm='config push -u origin master'
-alias ca='config add'
-alias cs='config status'
-alias cc='config commit -m'
-
-#pacman | yay
-alias yeet='paru -Rsc'
-
-# weather
-alias weather="curl wttr.in"
-
-alias ls='ls -la --color=auto'
-alias sb='sudo systemctl start bluetooth'
-alias mykeys='setxkbmap -option caps:escape'
-alias logout='pkill -U $USER'
-#alias neofetch='neofetch | lolcat'
-alias b='bluetoothctl'
-alias ba='bluetooth-autoconnect'
-alias music='mocp'
-alias yt="yt-dlp"
-alias c="pavucontrol"
-alias r="ranger"
-alias klight="brightnessctl --device='tpacpi::kbd_backlight' set 1"
-alias pip="pip3"
-
-alias clear="printf '\e[2J\e[H'"
-##yarn
-alias sweb='BROWSER="firefox" yarn start'
-
-##flatpaks
-alias fanki='flatpak run net.ankiweb.Anki'
-
-
diff --git a/.shells/exports b/.shells/exports
deleted file mode 100644
index cda78fd..0000000
--- a/.shells/exports
+++ /dev/null
@@ -1,15 +0,0 @@
-# Export 'SHELL' to child processes. Programs such as 'screen'
-# honor it and otherwise use /bin/sh.
-export SHELL
-export PATH="$PATH:~/.local/share/flatpak/exports/bin/"
-
-if [[ $- != *i* ]]
-then
- # We are being invoked from a non-interactive shell. If this
- # is an SSH session (as in "ssh host command"), source
- # /etc/profile so we get PATH and other essential variables.
- [[ -n "$SSH_CLIENT" ]] && source /etc/profile
-
- # Don't do anything else.
- return
-fi \ No newline at end of file
diff --git a/.shells/prompt b/.shells/prompt
deleted file mode 100644
index d919457..0000000
--- a/.shells/prompt
+++ /dev/null
@@ -1,14 +0,0 @@
-
-# Pormpt
-
-
-
-# Adjust the prompt depending on whether we're in 'guix environment'.
-# if [ -n "$GUIX_ENVIRONMENT" ]
-# then
-# PS1='\u@\h \w [env]\$ '
-# else
-# PS1='\u@\h \w\$ '
-# fi
-
-