Skip to content

Commit

Permalink
2022-09-07 15:50:56
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Sep 7, 2022
1 parent f9618f1 commit af028ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
25 changes: 3 additions & 22 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ alias q=exit
alias md='mkdir -p --'
alias _='rm -Rf --'

# Spawns a command.
spawn() {
nohup "$@" < /dev/null > /dev/null 2>&1 &
}

alias @=spawn

# Navigation
alias ..='cd ..'
alias ...='cd ../..'
Expand Down Expand Up @@ -59,9 +52,9 @@ alias cat='BAT_THEME=ansi bat'
# https://curl.haxx.se
alias curl='curl -sSL'

# treeview
# https://github.com/veeso/tui-realm-treeview
alias t=treeview
# side tree panel
alias st='open -a Finder'
alias st.='open -a Finder .'

# Git
# https://git-scm.com
Expand Down Expand Up @@ -191,18 +184,6 @@ alias rr='rails routes --grep'
# https://github.com/swaywm/sway/issues/3851
alias sway='WLR_NO_HARDWARE_CURSORS=1 sway'

# IDEs -------------------------------------------------------------------------

# IntelliJ IDEA
# https://jetbrains.com/idea/
# https://github.com/swaywm/sway/issues/595
alias idea-community='_JAVA_AWT_WM_NONREPARENTING=1 @ idea-community'

# Android Studio
# https://developer.android.com/studio
# https://github.com/swaywm/sway/issues/595
alias android-studio='_JAVA_AWT_WM_NONREPARENTING=1 @ android-studio'

# Functions --------------------------------------------------------------------

# Reloads bashrc.
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.DS_Store
.bash_history
.config/env
.config/gh/config.yml
.config/gh/hosts.yml
.bash_history
.local/share/zoxide/db.zo
.mcfly/history.db
.ssh/id_ed25519
.ssh/id_ed25519_*
.ssh/known_hosts
.local/share/zoxide/db.zo

0 comments on commit af028ad

Please sign in to comment.