diff options
Diffstat (limited to '')
-rw-r--r-- | bash_profile_wayland_sway | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bash_profile_wayland_sway b/bash_profile_wayland_sway new file mode 100644 index 0000000..3ed8df5 --- /dev/null +++ b/bash_profile_wayland_sway @@ -0,0 +1,19 @@ +# Setting PATH +export PATH=~/.cargo/bin:$PATH +export PATH=~/bin/:$PATH +export PATH="$HOME/gems/bin:$PATH" +export PATH="$HOME/go/bin:$PATH" +export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" +export PATH="/opt/pycharm-2021.3.3/bin:$PATH" + +#export XKB_DEFAULT_OPTIONS=caps:escape + + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +# If running from tty1 start sway +[ "$(tty)" = "/dev/tty1" ] && exec sway + +# perlbrew +source ~/perl5/perlbrew/etc/bashrc |